Put a url in a browsers address bar

Colin Gillespie c.gillespie at ncl.ac.uk
Thu Aug 18 12:01:16 EDT 2005


Dear All,

I would like to place a url in my browsers address bar, then execute. 
How can do this?

e.g.

def goToGoogle():
	url = "www.google.com"
	b = openBrowser()
	b.goToUrl(url)	
	return True

Thanks for any help

Colin
	
	



More information about the Python-list mailing list