Results 1 to 4 of 4

Thread: Increasing web browser timeout

  1. #1
    Join Date
    Jan 2009
    Posts
    35

    Increasing web browser timeout

    I am using dial-up connection less often that constantly varies wildly in quality. Sometimes it's quiet fast, sometimes I have to re-load several times to see the page.
    How can I increase lading the time of browser? also please tell me way to make pop up a warning disable? thank you .

  2. #2
    Join Date
    Dec 2008
    Posts
    196

    Re: Increasing web browser timeout

    Can you not just use a Timer Control:
    Code:

    ' ' Private Sub Connect() WebBrowser1.Navigate "www.abc.com" Timer1.Enabled = True End Sub Private Sub WebBrowser1_NavigateComplete(........) Timer1.Enabled = False ' ' ' End Sub Private Sub Timer1_Timer() WebBrowser1.Stop Timer1.Enabled = False End Sub

  3. #3
    Join Date
    Dec 2008
    Posts
    322

    Re: Increasing web browser timeout

    Firefox has a built in configuration file which you can edit. just type about:config in the address bar to get the settings. and edit .

  4. #4
    Join Date
    May 2008
    Posts
    2,134

    Re: Increasing web browser timeout

    to do this in nternet Explorer try this How to change the default keep-alive time-out value in Internet Explorer http://support.microsoft.com/kb/813827

Similar Threads

  1. How to set on NAT timeout on D-Link DIR-825.B1
    By Beeji in forum Networking & Security
    Replies: 2
    Last Post: 20-04-2012, 05:43 PM
  2. Replies: 5
    Last Post: 31-07-2010, 12:25 PM
  3. Increasing amount of RAM
    By Xambo in forum Motherboard Processor & RAM
    Replies: 8
    Last Post: 29-12-2008, 07:30 PM
  4. Increasing the cache for DNS
    By shahid khan in forum Tips & Tweaks
    Replies: 0
    Last Post: 22-11-2008, 06:04 PM
  5. RDP TimeOut
    By christophe in forum Windows Server Help
    Replies: 7
    Last Post: 03-03-2008, 03:14 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,218,880.35213 seconds with 17 queries