Results 1 to 2 of 2

Thread: url??????????? pls help

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Location
    Belgium
    Posts
    2
    i need this
    if you click on a button i need to open a new page in a new window. how do you do this. I need to know how you can open a new window. now i'm using this piece of code: Hyperlink.NavigateTo "url".
    I hope somebody can help me
    thx

  2. #2
    Fanatic Member pradeepkrao's Avatar
    Join Date
    Sep 2001
    Location
    New Jersey
    Posts
    534

    Hi

    Private Sub Button1_Click()

    Dim IE as Object

    Set IE = CreateObject("InternetExplorer.Application")
    Learn by others experience as you cannot live long to experience them all.
    www.freewebs.com/pradeepkrao

    LOOK AT MY GAMES AT MY WEB SITE.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width