N nicolas Jul 30, 2004 #1 Hello Can i launch a javascrit function on a HTML page which is on a axwebbrowser ? Thanks Nico
N nicolas Aug 1, 2004 #2 mshtml.HTMLDocumentClass doc = (mshtml.HTMLDocumentClass) axWebBrowser1.Document; doc.parentWindow.execScript("func();","javascript");
mshtml.HTMLDocumentClass doc = (mshtml.HTMLDocumentClass) axWebBrowser1.Document; doc.parentWindow.execScript("func();","javascript");