hi
i'm just learning JavaScript and have a couple of questions if anyone could help
1. is there any rules as to when you should include javascript in between <HEAD></HEAD> and when in between the <BODY></BODY> tags
2.i've written an applet and when trying to get it to work the page runs but the CirApplet class cannot be found, they are both in the same file, here is the code below
<APPLET CODE="CirApplet.class" NAME=CirApplet WIDTH=300 HEIGHT=400></APPLET>
thanks
ewan
i'm just learning JavaScript and have a couple of questions if anyone could help
1. is there any rules as to when you should include javascript in between <HEAD></HEAD> and when in between the <BODY></BODY> tags
2.i've written an applet and when trying to get it to work the page runs but the CirApplet class cannot be found, they are both in the same file, here is the code below
<APPLET CODE="CirApplet.class" NAME=CirApplet WIDTH=300 HEIGHT=400></APPLET>
thanks
ewan