Hi All,

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...

There is some sketchy javascript on the submit button:

<input type="submit" name="ctl00$centerContent$NextButtonControl" value="Buy
Tickets" onclick="javascript:WebForm_DoPostBackWithOptions(new
WebForm_PostBackOptions(&quot;ctl00$centerContent$NextButtonControl&quot;,
&quot;&quot;, true, &quot;valBuyTickets&quot;, &quot;&quot;, false, false))"
id="ctl00_centerContent_NextButtonControl" class="go_button go_grow"
style="margin:0px;
padding:0px;" />

any ideas?

Thanks!
_______________________________________________
twill mailing list
[email protected]
http://lists.idyll.org/listinfo/twill

Reply via email to