Colin Gillespie wrote: >>>I would like to place a url in my browsers address bar, then execute. >>>How can do this? >>> >> >>def goToGoogle(): >> import webbrowser >> webbrowser.open("www.google.com"); >> > > > Thanks for the quick reply. Do you know what module I would use to fill > out a form on an open web page? > > Thanks > > Colin You could take a look at John Lee's ClientForm module. Start at
http://wwwsearch.sourceforge.net/ClientForm/ regards Steve -- Steve Holden +44 150 684 7255 +1 800 494 3119 Holden Web LLC http://www.holdenweb.com/ -- http://mail.python.org/mailman/listinfo/python-list