Re: Question about urllib and posting to an external script

2006-09-05 Thread alex23
[EMAIL PROTECTED] wrote: > all i want to do is post this form: > HTML Code: > > action='http://login.myspace.com/index.cfm?fuseaction=login.process&'> > name="password" > Heya, It might help to use one of the higher-level abstractions for dealing with the web. twill (http://twill.idyll.org/)

Question about urllib and posting to an external script

2006-09-05 Thread evanpmeth
I have tried multiple ways of posting information to a website and have failed. I have seen this problem on other forums can someone explain or point me to information on how POST works through urllib an different broweser (what is the difference). my first attempt was out of the docs: Code: imp