Hello All,<br><br>I am dealing with a page that has uses javascript to submit a form after a redirect. I have figured out what the javascript does and where it submits the information, however since there is no form on the page, there is no way post the data using twill. <br>
<br>I have found out how to post data manually using urllib and urllib2 here:<br><br><a href="http://www.voidspace.org.uk/python/articles/urllib2.shtml">http://www.voidspace.org.uk/python/articles/urllib2.shtml</a><br><br>
The problem is, if I use urllib2, I no longer have twill managing my cookies and session. <br><br>So, my question: Is there a way to submit the data while having twill manage my cookies and session?<br><br>Thanks.<br>