Webbrowse and InvokeScript
Suspecting it was frames-issue, I started writing this code last night but didn't finish it till a few minutes ago - I really didn't expect it to work but lo and behold....
View ArticleWebbrowse and InvokeScript
Thanks but I think this was a frame issue after all. The following code did NOT work. WebBrowser1.Document.InvokeScript("downloadBatch", New Object() {"198697193", "4372"})But the following code does...
View ArticleWebbrowse and InvokeScript
invokescript works fine if you want an perfect example of real life scenario usage check in my bin\debug folder in my kinect multipoint project here for html or htm file which has the...
View ArticleWebbrowse and InvokeScript
I'm trying to use Webbrowser to automate a download on a page with anchors like this one:<A href="Javascript:downloadBatch('198697193','4372')">The first number is constant in the sense that it...
View Article