Results 1 to 4 of 4

Thread: URL open automaticly

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    2

    Question

    Hi, I am a newbie... When replying this remember i know little... If i need to add a moduel please tell me!!! I am makng a program that opens a website.. U want it to open a site to a timer (like every few minutes) in the same browser and goto different pages, how is this possible?

    -Mike Finders
    ICQ: 18345428

  2. #2
    Lively Member
    Join Date
    Jan 1999
    Location
    India
    Posts
    85
    I am not sure whether you are working with VB or HTML pages
    This will work with HTML pages

    Add this code in your HTML page this will redirect the page to microsoft.com after 5 second

    Code:
    <meta http-equiv="refresh" content="5;url=http://www.microsoft.com">
    If you are using vb with webbrowser or other controls you can use timer control to achieve this

    Ramdas

  3. #3
    Guest
    Well here are some details.
    If you use the Webbrowser Control in your App then you can just use the timer set the interval for what you want and then call webbrowser.navigate2(url).

    You can use the ShellExe function in the WINAPI and then you can open up separate instances of Internet Explorer. This may not be what you want to do.

  4. #4

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    2
    I mean in VB, so it opens the default webbrowser then refreshes to a different page specified in the program every lets say a minute..

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