in reply to Re: Follow through POST method
in thread Follow through POST method
This is the part of the relevant code of the webpage.<form name="frmChooseZone" method="post" action="ChooseZone.aspx?type= +A" id="frmChooseZone"> <input type="hidden" name="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" value="dDw0NzUyOTE0NzQ7" /> <script language="javascript"> <!-- function __doPostBack(eventTarget, eventArgument) { var theform; if (window.navigator.appName.toLowerCase().indexOf("netscape") + > -1) { theform = document.forms["frmChooseZone"]; } else { theform = document.frmChooseZone; } theform.__EVENTTARGET.value = eventTarget.split("$").join(":") +; theform.__EVENTARGUMENT.value = eventArgument; theform.submit(); } // --> </script> Please Select the Consular District that covers your Residence TT Services - Web Application <table id="rdlZone" class="RBtnList" cellspacing="1" cellpadding="1" b +order="0"> <input onclick="__doPostBack('rdlZone_0','')">US Consulate Chennai (Ma +dras) <input onclick="__doPostBack('rdlZone_1','')">US Embassy New Delhi <input onclick="__doPostBack('rdlZone_2','')">US Consulate Calcutta (K +olkata)
Now how do i goto each of these pages in order. What do I append with the address of this page to goto the three choices.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Follow through POST method
by Corion (Patriarch) on May 05, 2004 at 10:55 UTC | |
by Agyeya (Hermit) on May 06, 2004 at 05:16 UTC | |
by Corion (Patriarch) on May 06, 2004 at 06:31 UTC |