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.
home.html
transition.html
index1.html
index2.html
message.html
What I want is this:
When a user clicks on a link on the home.html page, they are taken to transition.html
Then, using a JavaScript, probably somewhere in there, there will be an IF/ELSE statement, the transition page will take you to a certain page depending on the page you were at last.
How do I do it?
I was hoping I wouldn't have to use CGI or PHP. It probably won't work with CGI anyway.
home.html
transition.html
index1.html
index2.html
message.html
What I want is this:
When a user clicks on a link on the home.html page, they are taken to transition.html
Then, using a JavaScript, probably somewhere in there, there will be an IF/ELSE statement, the transition page will take you to a certain page depending on the page you were at last.
How do I do it?