Re: [Tutor] Fill in a web form

2006-03-18 Thread Alan Gauld
Hi David, You lost me there. What does a late train ghave to do with filling in web forms?! > Is there a way in python to automatically put values in a web page ? > For example I used to travel on a train (I live in the UK) that is > always late. Is there a way to automatically to do this ?

Re: [Tutor] Fill in a web form

2006-03-18 Thread Kent Johnson
David Holland wrote: > Is there a way in python to automatically put values in a web page ? > For example I used to travel on a train (I live in the UK) that is > always late. Is there a way to automatically to do this ? Can you be more specific? Do you want to script the browser so it displa

Re: [Tutor] Fill in a web form

2006-03-18 Thread Michael Janssen
On 3/18/06, David Holland <[EMAIL PROTECTED]> wrote: > Is there a way in python to automatically put values in a web page ? For > example I used to travel on a train (I live in the UK) that is always late. > Is there a way to automatically to do this ? > I can't think of how to do it. You don't

[Tutor] Fill in a web form

2006-03-18 Thread David Holland
Is there a way in python to automatically put values in a web page ?  For example I used to travel on a train (I live in the UK) that is always late.  Is there a way to automatically to do this ? I can't think of  how to do it. --