<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)
This is the part of the relevant code of the webpage.

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.


In reply to Re: Re: Follow through POST method by Agyeya
in thread Follow through POST method by Agyeya

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.