Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Auto Refresh?

  • 03-05-2004 10:30am
    #1
    Registered Users, Registered Users 2 Posts: 10,984 ✭✭✭✭


    I was just wondering is there any way that I can make IE auto refresh a page every ten minutes or so. Basically my computer is on all day, most of the time I'm downloading or it just sits idle. However I thought if I could get some way of auto refreshing http://makethisyourhomepage.com/ie/ well then It'd be doing some good. Over a twelve hour period I'm sure I could refresh a few hundred times. I have no cap on my adsl as I'm in the uk so it makes no difference to me.


    So Basically, is there a way IE will auto refresh?


    John


Comments

  • Registered Users, Registered Users 2 Posts: 2,800 ✭✭✭voxpop


    you could use some macro software like http://www.macroexpress.com/ (goggling around might get something better ). Basically you record a series of mouse movements/clicks (clicking on refresh ) and it will replay them - then you just need to schedule the macro to run whenever you want


  • Registered Users, Registered Users 2 Posts: 1,411 ✭✭✭shotamoose


    Originally posted by Lump
    So Basically, is there a way IE will auto refresh?

    Dunno, but Mozilla Firefox will, no problem. And it's much better in so many other ways. Go on, switch, you know you want to!


  • Closed Accounts Posts: 14,483 ✭✭✭✭daveirl


    This post has been deleted.


  • Registered Users, Registered Users 2 Posts: 1,268 ✭✭✭hostyle


    Make a HTML page on your local PC using frames set at *, 100%. Load your site in the frame set at 100%. Have the hidden frame use javascript to refresh the shown page at a set interval.


  • Moderators, Regional North West Moderators Posts: 19,158 Mod ✭✭✭✭byte
    byte


    I am looking for something like that too, as when I idle on boards for a while and return, threads are marked as "Read".

    BTW, does anyone know how long you can idle on boards before it marks threads Read?


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 166,026 ✭✭✭✭LegacyUser


    //Lump is such a bad name. It reminds me of testicular cancer. //


  • Registered Users, Registered Users 2 Posts: 10,984 ✭✭✭✭Lump


    Why thank you.


    John


  • Registered Users, Registered Users 2 Posts: 5,538 ✭✭✭PiE


    Originally posted by shotamoose
    Dunno, but Mozilla Firefox will, no problem. And it's much better in so many other ways. Go on, switch, you know you want to!

    Where's that option in Firefox? I was looking for it a while ago with no success,

    Opera does it easily, just right click the page and select the auto-refresh time.

    Edit: Er...didn't read the bit about wanting IE to do it, but you should switch anyway :)


  • Registered Users, Registered Users 2 Posts: 396 ✭✭ai ing


    In firefox you just right click on the tab in the tab bar and select auto reload and then chose how often to do it.


  • Registered Users, Registered Users 2 Posts: 5,538 ✭✭✭PiE


    Odd, it's not an option on my tabs.

    Fortunately, I just found an extension that does it. How I missed it when I was looking the last time, I don't know.

    Reload Every


  • Advertisement
  • Banned (with Prison Access) Posts: 5,154 ✭✭✭Oriel


    Lump, simple.
    Just put:
    <head>
    <META HTTP-EQUIV="refresh"
    CONTENT="3;URL=<mypage.html>">
    </head>
    
    as the html head for the page. Stops having to mess about with all the marco bollocks.

    In the example above, the "3" is three seconds, so ya might want to look at increasing that a wee bit...

    S.


  • Registered Users, Registered Users 2 Posts: 1,268 ✭✭✭hostyle


    Sinecure: he doesnt run the site ...


  • Registered Users, Registered Users 2 Posts: 10,984 ✭✭✭✭Lump


    Indeed, I dont run the site. Surely there's an "easy" way to do it. Instead of pricking around.


    John


  • Registered Users, Registered Users 2 Posts: 10,984 ✭✭✭✭Lump


    I take that as a no then. Jeeze, you try to do something nice


    John


  • Banned (with Prison Access) Posts: 5,154 ✭✭✭Oriel


    FFS what on earth is "refreshing" your IE going to do?


  • Registered Users, Registered Users 2 Posts: 10,984 ✭✭✭✭Lump


    Well every time you open that page, it generates funds for some third world group.


    John


  • Registered Users, Registered Users 2 Posts: 1,268 ✭✭✭hostyle


    I already posted a way to do it. I left the implementation as an exercise for the requester. Seeing as you couldn't be bothered, here you go.
    <meta http-equiv="refresh" content="600">
    
    <frameset cols="*,100%">
    <frame src="about:blank">
    <frame src="http://makethisyourhomepage.com/ie/">
    </frameset>
    

    Save as "thank_you_hostyle.html" on your hard-drive. Load that into your browser. The current value of 600 represents 10 minutes. Change that value if you want a slower / faster refresh.


  • Closed Accounts Posts: 1,136 ✭✭✭Superman


    well get a pecking duck like homer for the F5 button.

    Or make an auto refreshing page and make a frame in the middle the other sites location

    where can you get those duck tho?


  • Closed Accounts Posts: 1,136 ✭✭✭Superman


    sorry the frame thing was already covered !

    I guess, Great minds...


Advertisement