Question calling javascript from WebBrowser

gkm_kgm

New member
Joined
Apr 22, 2013
Messages
1
Programming Experience
Beginner
I've a c# code which works with Web Browser(IE).
When one clicks the sign button, opens another windows (ActiveX component) on Browser, where one can choose his own certificate and sign in.
How it works: Program clicks the button on browser, when opens the window, where user chooses his certificate, the program must choose certificate instead of user and click the button on window to sign in.
The problem is as following : when the button is clicked, a javascript function starts work.

  1. How can I call the javascript function in c#;
  2. How can I control javascript function ;
  3. How can I call .js file from server of website?I've a c# code which works with Web Browser(IE).
 
Back
Top Bottom