"Roll, Greg" wrote:
>
> 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?
You were closing the start tag of the APPLET element with a ")" instead
of with a ">".
> <BR><APPLET CODE="HelloApplet.class" CODEBASE="Java" HEIGHT=200 WIDTH=500)
> <PARAM NAME="name" VALUE="Bonzo">
> Hello to you!
> </APPLET>
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]