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
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).