I need a script that will open and close pages after a certain time

Discussion in 'JavaScript' started by rhoula, Sep 7, 2008.

  1. #1
    Please Someone help me.
    I m looking for a script that will open a page and then close it after a certain time. Then opens the next page.

    Example:
    http://mysite.com/123456/
    http://mysite.com/123457/

    and so and so

    I m thinking that javascript is the best way to do it but if you believe php or something else will be better please guide me.

    Thank you so much
     
    rhoula, Sep 7, 2008 IP
  2. mkda

    mkda Active Member

    Messages:
    139
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Need more details. What do you mean by "open/close"? If you mean create/delete the page you will need to do this server side (like in php). If you mean just to show/hide the contents of the page you can do it in javascript (however, if someone has js disabled, it will be useless).
     
    mkda, Sep 8, 2008 IP