Originally posted by Dirk Schreckmann:
Sounds like something someone here could help you out with. If I may make a suggestion/request...
Just to clarify what you are trying to do, maybe you could provide a little "text picture" of what you are trying to do and the code that you have so far. For example:
Good Luck.
Originally posted by Manfred Leonhardt:
Hi Ritu,
You would use JavaScript to create the HTML file that used the PARAM HTML tag to send in the values to your applet.
Then your applet would use the getParameter method inside its' init method.
FOr example:
HTML CODE:
< APPLET CODE="Ex" WIDTH=200 HEIGHT=100 >
< PARAM NAME="Value1" VALUE="35" >
< /APPLET >
Applet Code:
Regards,
Manfred.
Originally posted by Manfred Leonhardt:
Hi Ritu,
You would use JavaScript to create the HTML file that used the PARAM HTML tag to send in the values to your applet.
Then your applet would use the getParameter method inside its' init method.
FOr example:
HTML CODE:
< APPLET CODE="Ex" WIDTH=200 HEIGHT=100 >
< PARAM NAME="Value1" VALUE="35" >
< /APPLET >
Applet Code:
Regards,
Manfred.