i'm creating an application that will automatically launch a website and click a button on that website.

div class="levelwrap level1" style="display: block;">
<ul>
<li class="first">
<li>
<li>
<a id="ctl00_ContentPlaceHolder_TabStrip_Tab3" href="javascript:__doPostBack('ctl00$ContentPlaceHolder$TabStrip','ctl00$ContentPlaceHolder$TabStrip$Tab3')" style="z-index: 8;">
<span class="wrap">
<span class="innerWrap">Network</span>

can anyone assist? I'm trying to click the button above.

screens a screeshot of the button on the website and the code.

http://i48.tinypic.com/2ue2mo2.jpg

http://i49.tinypic.com/euonex.png

You can do the same using Response.Redirect() method to launch your website and then write the button click code on the page load event of the new page.. Ultimately you will get the same thing...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.