c# - Using WebClient or WebRequest perform button click on page -


i need perform button click on page of webclient or webrequest. button pure user side action load html form of javascript.

<a id="testmelink_index" class="testmelink" href="#" onclick="form.start(33);return false;">testme</a> 

after link clicked popup window form loaded. main task test form loaded page. second task submit form after. page trying work static html page on iis


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -