Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
381 B

<head>
<link target = ClientCaps href = #_IE_ rel = behavior type = "binary">
</head>
<body bgcolor="#007F7F" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFCC">
<ClientCaps ID=Foo>
</ClientCaps>
<SCRIPT>
var x = Foo.cpuClass;
var y = Foo.height;
document.write("The value of cpuClass is ", x);
document.write("The value of height is ", y);
</SCRIPT>
</BODY>