Hi All,<br><br>I am having trouble with a submit function on a web form. When I do it through the browser, the submit hits one page and then redirects to another, but when I use twill, the submit button merely hits the first page and hangs there. I get a 200 code, which suggests that it is done... <br>
<br>There is some sketchy javascript on the submit button:<br><br>&lt;<span class="start-tag">input</span><span class="attribute-name"> type</span>=<span class="attribute-value">&quot;submit&quot; </span><span class="attribute-name">name</span>=<span class="attribute-value">&quot;ctl00$centerContent$NextButtonControl&quot; </span><span class="attribute-name">value</span>=<span class="attribute-value">&quot;Buy Tickets&quot; </span><span class="attribute-name">onclick</span>=<span class="attribute-value">&quot;javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&amp;quot;ctl00$centerContent$NextButtonControl&amp;quot;, &amp;quot;&amp;quot;, true, &amp;quot;valBuyTickets&amp;quot;, &amp;quot;&amp;quot;, false, false))&quot; </span><span class="attribute-name">id</span>=<span class="attribute-value">&quot;ctl00_centerContent_NextButtonControl&quot; </span><span class="attribute-name">class</span>=<span class="attribute-value">&quot;go_button go_grow&quot; </span><span class="attribute-name">style</span>=<span class="attribute-value">&quot;margin:0px; padding:0px;&quot; </span><span class="error"><span class="attribute-name">/</span></span>&gt;<br>
<br>any ideas?<br><br>Thanks!<br><pre id="line330"><br><br></pre>