Im working a project. a windows form project, C#. an url is entered to textbox and webbrowser control navigates this url, I want to run a javascript this loaded html on webbrowser, but this script is not inside html.
this javascript uses some information in loaded html. this script is created by me for loaded html. but how can I run this script onto html?
a way may be saving loaded html to local disk, and adding javascript, then calling html again.
but this is not effective. Im looking for fastest and very effective automatic way.
anybody ideas?
Thank you so much in advance.