The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Right, me and rob are trying to make a little php script work, and I need to use Javascript to open a new page.
The idea is that the Javascript will run when one page loads and will load up another pag straight away.
IT MUST BE DONE IN JAVASCRIPT!!
Because of the way the php script works, it must be javascipt, but we need to know the little bit of Javascript used to open the page.
Any ideas?
That's just bascially a hyperlink though - is that what you wanted? Explain more if it wasn't.
*SPACE AFTER "url=/"*
got a CGI script if you want:
www.geocities.com/enterthedownloads/form.zip
[SCRIPT THAT GOES WITH THE FORM.ZIP]
{enter it after the 'send button' link}
method=post name=FeedBack_Form>
value=webmasters -mail>
value=FeedBack>
value=when forms sent, users sent to this url>
name=env_report type=hidden
value=REMOTE_HOST,REMOTE_ADDR,HTTP_CLIENT_IP,HTTP_USER_AGENT>
But I guess if you really can't use anything but JS i'm sorry.
is that right? just woken up didn't quite understand :D
window.setTimeout("window.location('page.php')", 5000);
...but my JS is rusty and I can't for the life of me remember the proper code. Help much obliged!
Right, me and rob are trying to make a little php script work, and I need to use Javascript to open a new page.
The idea is that the Javascript will run when one page loads and will load up another pag straight away.
IT MUST BE DONE IN JAVASCRIPT!!
Because of the way the php script works, it must be javascipt, but we need to know the little bit of Javascript used to open the page.
Any ideas?