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
        
        
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to