Click to See Complete Forum and Search --> : Passing data from applet to html and Asp
Nithyanand
October 13th, 1999, 11:30 AM
I have to pass some data from my applet to the html file, infact I have to pass a string from the applet to html which infact should pass to the asp to do some serach on database, How do I do this
Thanx
unicman
October 15th, 1999, 08:32 AM
U can call a method of applet using javascript in html.
So U can have a method in ur applet which returns the string u want
Then for sending the string to asp, u may use form with one hidden field in it.
On submit event, u will call the method of the applet and retrieve the string and set it to the hidden variable.
This way u can try to send the string to the ASP.
- UnicMan
http://members.tripod.com/unicman
Nithyanand
October 15th, 1999, 03:41 PM
Thanx for the info..
Would you mind sending a small piece of code which does this..
Thank you in advance
Nitty
Garry
January 5th, 2000, 12:34 PM
I am trying to do something similar to this. Did you have any luck in calling asp from an applet?
If yes could you please tell me how to do it or send me the code showing how to do it.
Thanks!
Garry
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.