javascript and axwebbrowser

N

nicolas

Hello

Can i launch a javascrit function on a HTML page which is on a axwebbrowser
?

Thanks

Nico
 
N

nicolas

mshtml.HTMLDocumentClass doc = (mshtml.HTMLDocumentClass)
axWebBrowser1.Document;

doc.parentWindow.execScript("func();","javascript");
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top