Vikram

Vikram

  • 1.1k
  • 276
  • 308.1k

Invoke JavaScript Function

Mar 23 2010 3:24 AM
Hi,

     I want to invoke Javascript function in Document. Basically I use Webbrowser Control to Navigate to specified site and put value on page and now I want to press Submit Button.
   The Html Code for Button in targeted page is as :
<a id='Default' class='LargeBtnTextActive' href='javascript:pageLevelSubmit(this, "find","true", "9447");'oprscope='single' >

Submit</a>
So How to call PageLevelSubmit Function.

Thanks,

  VIkram




Answers (2)