Hi Nathan, I haven't quite figured out a way myself to have JavaScript access VB form variables or methods. Although there is mention on this subject from Kevin Lindsey at his website. Here is the link: http://www.kevlindev.com/dom/asv_sharp/index.htm
However, I do know that you can pass your form variables in your VB form to the functions defined in your JavaScript file using Reflection. Kevin Lindsey also talks about how to do this as well and he is pretty informative. So you essentially can accomplish the same result having VB talk to your JavaScript rather than JavaScript talk to VB. Hope this helps. --- In [email protected], "sent1729" <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am using ASV3 plugin to display SVG content in my IE5 browser. I do > it inside my VB.net application. My SVG document refers to a java > script file. Is it possible to see VB.net variables inside the Java > script. For example, if my VB form has two text boxes that has the > values of "x" and "y" coordinates, Then can I read these values from > the JavaScript to draw a rectangle or a line to these coordinates?. > > I did an extensive google search and was not sucessful in finding any > good source of document. > > Any input is greatly appreciated. > > Thanks > Nathan. > ------------------------ Yahoo! Groups Sponsor --------------------~--> Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

