Re: Include me in the list

2011-04-24 Thread Chris Angelico
On Mon, Apr 25, 2011 at 6:34 AM, nusrath ahmed wrote: > urlLogin = > 'file:///C:/Documents%20and%20Settings/Fat/Desktop/New%20Folder/Login.html' > This is a file on your hard disk. You'll need to change the URL to point to the actual login page on the actual web site. Chris Angelico -- http://m

Include me in the list

2011-04-24 Thread nusrath ahmed
I have written a python script for logging into a website. For the time being I have created a login page and a website which I want to log in. My script pulls up the login page but does not post the username and password and log me in. It simple displays the login page. I wanted my scrip