Internet Link

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vman595
    New Member
    • May 2007
    • 7

    #1

    Internet Link

    Hey guys,

    Does anybody know code that will open a browser with a desired web address?

    Thanks
  • iWillLiveforever
    New Member
    • Feb 2007
    • 136

    #2
    Could use the Robot Java Class but thats kinda cheating.

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by vman595
      Hey guys,

      Does anybody know code that will open a browser with a desired web address?

      Thanks
      This is platform dependant. On windows you can use Runtime.exec and pass it cmd.exe /C http://www.thescripts. com as parameters

      Comment

      Working...