JavaScript
Clocks Equalizer Text in the Form Background Color Goodbye Pop-up MultiLink Window's Size MultiLink-II DHTML
Russian | Main Page
Useful links:
|
<html><head>
<title>www.redmount.com - JavaScript - System Info</title>
<script language=javascript>
<!--
function info()
{
location.href="brows.html";
}
//-->
</script>
</head>
<body bgcolor="White" leftmargin=30 marginwidth=30>
<form>
<input name=random type=button value="Вывести сведения" onClick="info()">
</form>
</body>
</html>
brows.html
<html><head>
<title>www.redmount.com - JavaScript - System Info</title>
</head>
<body bgcolor="White" leftmargin=30 marginwidth=30><br>
<script language=javascript>
<!--
document.open();
document.write(navigator.appName);
document.write('<br>');
document.write(navigator.appVersion);
document.write('<br>');
document.write(navigator.appCodeName);
document.write('<br>');
document.write(navigator.userAgent);
//-->
</script>
</body>
</html>