pass user to specific website

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Phil Merry
    Indigo Rose Customer
    • Apr 2004
    • 63

    pass user to specific website

    Anyone tell me how i can use a button to bring up a website in IE external of AM
  • ShadowUK
    No longer a forum member
    • Oct 2007
    • 1321

    #2
    Button1 - On Click:
    Code:
    File.ExploreURL("http://google.co.uk", SW_SHOWNORMAL);

    Comment

    • Phil Merry
      Indigo Rose Customer
      • Apr 2004
      • 63

      #3
      Brill, thanks Shadow

      Comment

      • Phil Merry
        Indigo Rose Customer
        • Apr 2004
        • 63

        #4
        sorry mate, that didn't work, it didn't launch IE, any sugestions?

        Comment

        • ShadowUK
          No longer a forum member
          • Oct 2007
          • 1321

          #5
          Hah, woops. I meant File.OpenURL.

          Comment

          • Phil Merry
            Indigo Rose Customer
            • Apr 2004
            • 63

            #6
            Thanks Shadow, was halfway there when you came back, it works brill, thanks

            Comment

            Working...
            X