<script language="JavaScript"> <!-- document.write("My first JS code!"); / /--> </script> <noframes> WebTV JS "Bug" - Reload Page (cmd-r) </noframes> |
<noscript> JS Not Enabled </noscript> |
<script> document.bgColor="#000000" document.fgColor="#ffffff" </script> |
In the "Heading": <script language="JavaScript"> function show() {document.bgColor="hex code/name"; document.fgColor="hex code/name";} <noframes> WebTV "Bug" - Reload (cmd-r) </noframes> In the "Text": <body onLoad="show()"> HTML/JS follows |
<script> window.status="Getting into JS" </script> |
JS Test-Bed 1 - - JS Test-Bed 2
<< Previous | Next >> |