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

simple refresh

  • 23-06-2003 8:36am
    #1
    Registered Users, Registered Users 2 Posts: 476 ✭✭


    i want to have a page that loads/reloads a page every 10 secounds. (otherwise i get logged out from it)

    so do i have a frames page that refreshes to itself which contains the 3rd party page as one of the frames ?

    my mind isn't working at this time of the morning.


Comments

  • Closed Accounts Posts: 19,777 ✭✭✭✭The Corinthian


    Originally posted by Pablo
    i want to have a page that loads/reloads a page every 10 secounds. (otherwise i get logged out from it)

    so do i have a frames page that refreshes to itself which contains the 3rd party page as one of the frames ?

    my mind isn't working at this time of the morning.
    No it's not. Wrong forum. Moved.


  • Moderators, Politics Moderators Posts: 41,242 Mod ✭✭✭✭Seth Brundle


    would it not be better if you set the session timeout to a longer period?
    Anyway...
    <META HTTP-EQUIV=”Refresh” CONTENT=”10, URL=http://www.mysite.com/page.html”&gt;


Advertisement