Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In Winform,we have "webbrowser.Document.InvokeScript()" to call foreign JavaScript,but in WPF,it doesn't work.If i want to call foreign JavaScript,how should i do? Thanks very much!
Posted
Comments
Sergey Alexandrovich Kryukov 5-Aug-14 0:30am    
The question is: what are you trying to achieve? You should agree that "how should I do" questions should start with explaining your goals.
—SA

In WPF it is just WebBrowser.InvokeScript()

See Here[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900