[Tutor] clicking a javascript link in a browser

2006-12-04 Thread Nathan Cain
There is a link on a pop-up window from a page that I opened with webbrowser.open() the link is: javascript:Events.clearList(); is there a way for python to "click that link"? Thank you. ******* Nathan Cain http://www.Web-Magnets.com Re

[Tutor] Why is startfile unavailable on my mac?

2006-12-04 Thread Nathan Cain
Why is this unavailable to me? I am trying to open a url in a browser window. If startfile is just not available on the mac, can someone please give me some simple example code that will open http://www.python.org in a safari window? Thank you. ******