I am experiencing a strange problem in that I can't seem to get the
parameters I am passing to my applet to be recognized correctly. I have
written a small sample program from one of my texts and still receive the
problem... when I run the following code I would expect to see "Hello
Bonzo!" but am instead seeing "Hello name!"... I imagine that I have some
small coding mistake that I can't see... can anyone identify it?HTML Source:
<HTML>
<HEAD>
<TITLE>Hello</TITLE>
</HEAD>
<BODY>
<BR><APPLET CODE="HelloApplet.class" CODEBASE="Java" HEIGHT=200 WIDTH=500)
<PARAM NAME="name" VALUE="Bonzo">
Hello to you!
</APPLET>
</BODY>
</HTML>
Try 'WIDTH=500>' instead of 'WIDTH=500)' - that should do it.
-- David Marshall email: [EMAIL PROTECTED] President phone: 1-941-596-2480 VM Systems, Inc. fax: 1-941-596-2483
---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]