Hi
Longish title, but explanatory (I hope).
I've got a webbrowser control on my form, and I've navigated to a page that contains some javascripts on it. How do I execute one of those scripts and pass it the parameters it expects?
I put a watch on the webbrowser and found that there's a webbrowser1.document.scripts node, but under that I got a little lost. I couldn't find a node underneath that that contained the script I'm looking for (I do know the name).
Am I looking in the right place? If so, can someone give me an idea of how to execute the script?
Thx in advance,
.DaviD.
Longish title, but explanatory (I hope).
I've got a webbrowser control on my form, and I've navigated to a page that contains some javascripts on it. How do I execute one of those scripts and pass it the parameters it expects?
I put a watch on the webbrowser and found that there's a webbrowser1.document.scripts node, but under that I got a little lost. I couldn't find a node underneath that that contained the script I'm looking for (I do know the name).
Am I looking in the right place? If so, can someone give me an idea of how to execute the script?
Thx in advance,
.DaviD.