Results 1 to 6 of 6

Thread: How to Auto refresh web page in firefox 4

  1. #1
    Join Date
    Nov 2010
    Posts
    90

    How to Auto refresh web page in firefox 4

    I had installed and download the Mozilla firefox 4 in the laptop which is of Dell inspiron 6000 having windows vista basic as the operating system present in it. As I have installed in it, it is working fine till I have tried the last time. But I just want to do some of the setting in it which will give me some good functions in it and also help in improvising the browser, the features that I am talking about is the refreshing f the web page in the firefox. I just wanted some method that will help me in getting the web page that is present in the firefox to be refreshed on an hourly basis. Also I have provided some code below and I want to modify it in such away that it will just happen for some pages that is present in it.
    The code that is provided is as follows:

    Code:
    run http://www.rediff.com/
    IfWinActive ahk_class MozillaUIWindowClass 
    { 
    ^R:: 
    loop 
    { 
    WinWaitActive, ahk_class MozillaUIWindowClass 
    if ErrorLevel 
    { 
    WinWait timed out 
    return 
    } 
    else 
    { 
    send {F5} 
    sleep 360000 
    } 
    }

  2. #2
    Join Date
    Jun 2009
    Posts
    761

    Re: How to Auto refresh web page in firefox 4

    I just went through the problem that you are facing and I found out some of the solution for it, but first of all I have no idea about the coding that is been used in it, but I have found out some of the Add-on which will help you in getting the service and the method that you want in it, this kind of Add-on will be present in the homepage of the firefox and it will provide all the other Add-on that is present in it, so just have a look in it and see which you like and which you don’t from it.

  3. #3
    Join Date
    Nov 2010
    Posts
    90

    Re: How to Auto refresh web page in firefox 4

    Hey thanks for the solution that you have provided to me, there were many Add-on and It was best of the best that I have ever seen in it, so I was confused of about how and which one to use in my browser, so I have decided to use each one which is been used by many other users that are using firefox in it, so I think that it will help me in coming out of the problem very soon.

  4. #4
    Join Date
    Feb 2008
    Posts
    767

    Re: How to Auto refresh web page in firefox 4

    I completely agree with you that the add-on that are present in the Mozilla is great and the performance and the end result that is provide by them is Awesome, but I have seen that some of the add-on are such develop that they just are compatible with some of the version that are present of the firefox, I don’t know why it is but it is really happening n that way, I think the problem is that it is not been developed for all the Add-on, and only for some specific version of the browser, also there is other Add-on which is not well developed for doing the function that you are searching foe, so just be careful while searching for the same, just go with the review that are been provide about the add-on that is present in it.

  5. #5
    Join Date
    Nov 2009
    Posts
    752

    Re: How to Auto refresh web page in firefox 4

    According to me I think that the AHK that you are using is not good for the method of refreshing. This is specially for the programmer who are just the beginner, go for something that it something easier and it will work, I have seen that if you do any of the mistake in the code, then it is more worse then what you are now, so just try to learn the all the post message and the other concept which is related I it, and once you have done that the just go with the modification of the code that you want to do.

  6. #6
    Join Date
    Jun 2009
    Posts
    761

    Re: How to Auto refresh web page in firefox 4

    I just tried the code thing and seen how it is working, but it was very difficult when you do it in the Tab, so to work with the code it is better that you just do it in the new windows, I tried the code and se if it is working or not in it.
    Code:
    !r::
    
    Initial := !initial
    if !initial
    {
    SetTimer, refresh, Off
    msgbox, Auto-refresh deactivated.
    return
    }
    
    inputbox, titty,, title of the webpage?,, 240,120
    
    inputbox, minny,, the Time between the Refreshment?,, 280,120
    
    msgbox, Starting. press ALT-R to deactivate refreshing.
    
    milly := minny * 1000 * 60
    
    SetTimer, refresh, %milly%
    
    return
    
    refresh:
    controlsend MozillaWindowClass1,{F5},%titty%
    return

Similar Threads

  1. How Auto Refresh is possible in Excel
    By Sanju Baba in forum Microsoft Project
    Replies: 2
    Last Post: 08-01-2012, 09:22 PM
  2. auto refresh in windows explorer - win 7
    By cuculet in forum Operating Systems
    Replies: 1
    Last Post: 20-04-2011, 12:09 PM
  3. Mozilla Firefox: Page does not load until refresh is clicked
    By Pales in forum Technology & Internet
    Replies: 5
    Last Post: 04-12-2010, 07:47 AM
  4. How to Auto Refresh Web Page in Chrome?
    By Jagadamba15 in forum Technology & Internet
    Replies: 5
    Last Post: 15-03-2010, 11:45 AM
  5. Auto Refresh Iframe
    By cyber-noob in forum Software Development
    Replies: 3
    Last Post: 28-11-2009, 02:32 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,713,573,234.08781 seconds with 17 queries