Opening webpage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • psychofish25
    New Member
    • Jul 2007
    • 60

    Opening webpage

    I want to make a short script that opens a webpage that the user enters. I don't want the source but I want a web explorer to open with the page.
  • ilikepython
    Recognized Expert Contributor
    • Feb 2007
    • 844

    #2
    Originally posted by psychofish25
    I want to make a short script that opens a webpage that the user enters. I don't want the source but I want a web explorer to open with the page.
    There is a webbrowser module that opens a page in a browser.

    Comment

    Working...