CpSc 217 - Structured and Dynamic Web Programming
The notes found on these pages all reference the textbook given above. Unless otherwise stated, the citation of the information on these web pages is that text.
Window Object
Embedding Javascript
<script language="javascript"> //Javascript code here </script>
<script type="text/vbscript"> //VBscript code here </script>
<a href="javascript:new Date().toLocaleTimeString():"> What time is it? </a>
Odds and Ends