http://blog.udnz.com/Article/Invoke_Javascript_On_Webbrowser_In_Winform.aspx
C# 中调用 网页上的 Javascript 函数
//tbPara1 是C/S控件
//funJS 是webbrowser上定义的body
webBrowser1.Document.InvokeScript("funJS", new object[] { tbPara1.Text });
2021-07-23 00:25:59
http://blog.udnz.com/Article/Invoke_Javascript_On_Webbrowser_In_Winform.aspx
C# 中调用 网页上的 Javascript 函数
//tbPara1 是C/S控件
//funJS 是webbrowser上定义的body
webBrowser1.Document.InvokeScript("funJS", new object[] { tbPara1.Text });
下一篇:delphi的消息对话框