Personal tools
You are here: Home Members suz's Home try3 file

try3 file

by admin last modified Mar 14, 2008 07:51 PM

— HTML, 0Kb

File contents

<html>
<head>
<title>hello 3</title>
</head>
<body>
<script src="http://daq.triumf.ca/bnmr/hardware/ppg/1f_params.js" type="text/javascript" defer="defer"></script>
hello there
<p>
<script>
var x = document.width ; var y = document.height ;
var lm = document.lastModified;
document.write('Your page is ' + x + ' x ' + y + ' pixels<p>') ;
document.write('It was last modified ' + lm) ;
document.title='changed' ;
</script>
<a href="javascript:help('Frequency start')">Frequency start (Hz)</a>
</body>
</html>
Document Actions