How to write HTML code for the webbrowser?

  • Thread starter Thread starter AL3ANEED
  • Start date Start date
A

AL3ANEED

Guest
this is cod html >>>


<a class="Footer" title="Excel" alt="Excel"

onclick="$find('ctl00_PlaceHolderMain_rvGetProceedingScreen').exportReport('EXCELOPENXML');"

href="javascript:void(0)" style="font-family:Verdana;

font-size:8pt;padding:8px 8px 3px 8px;display:block;white-space:nowrap;

text-decoration:none;">Excel</a>


code c# webBrowser

dynamic _o = this.webBrowser1.Document.InvokeScript("?????? JavaScriptFunctionWithoutParameters ??????", new object[] { "matthew" });


I want to write the following code ( JavaScriptFunctionWithoutParameters )

Continue reading...
 
Back
Top