|
-
October 13th, 1999, 11:30 AM
#1
Passing data from applet to html and Asp
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
-
October 15th, 1999, 08:32 AM
#2
Re: Passing data from applet to html and Asp
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
-
October 15th, 1999, 03:41 PM
#3
Re: Passing data from applet to html and Asp
Thanx for the info..
Would you mind sending a small piece of code which does this..
Thank you in advance
Nitty
-
January 5th, 2000, 01:34 PM
#4
Re: Passing data from applet to html and Asp
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|