Sep 10, 2003 #1 evin666 Programmer Joined Jun 26, 2003 Messages 5 Location IN How to access the variables and functions in JavaScript from VB.NET
Sep 10, 2003 #2 jritter Programmer Joined Aug 16, 2002 Messages 2 Location US Try this: http://msdn.microsoft.com/asp.net/d...naspp/html/aspnet-injectclientsidesc.asp?_r=1 Upvote 0 Downvote
Sep 10, 2003 Thread starter #3 evin666 Programmer Joined Jun 26, 2003 Messages 5 Location IN I am not going to use ASP.NET in any way. I run the JavaScript from my VB.NET application. I give the link in my "Form Load". Now I have to access the variables and functions in the javascript and to get the values and store it in my VB Form fields or variables. There are no text box or any fields in the html file using JavaScript. It would be very helpful if I get a good result for this. Thanks for your reply. Upvote 0 Downvote
I am not going to use ASP.NET in any way. I run the JavaScript from my VB.NET application. I give the link in my "Form Load". Now I have to access the variables and functions in the javascript and to get the values and store it in my VB Form fields or variables. There are no text box or any fields in the html file using JavaScript. It would be very helpful if I get a good result for this. Thanks for your reply.