Jump to content

ASP Scripting Help Required

Recommended Posts

Does anyone know how to have some text on a page which says for a short time something like: "Please Wait..." then after say 3 second it changes to a clickable link saying ...."click here for next page"?

 

Does anyone know a site that has this in place?

 

It's something that needs to be added in to a form on a page. Information is taken from the form - forwarded to like a holding page where a message says Please Wait While blah blah blah..... then after 2-3 second it changes to Click here for the next page and has a clickable link to the specific page?

 

Forgetting the need to drag over information from a form, what would be the script/html/other (this is for someone else not me) that would be needed to do this?

 

Is it possible?

 

Cheers in advance.

Share this post


Link to post
Share on other sites

Yup... easy as anything...

 

just use the header refresh tag in HTML

 

eg:

 

<META HTTP-EQUIV="refresh"
CONTENT="3; URL=http://www.somedomain.com/newpage.html">

 

Make sure it goes in the header though

Share this post


Link to post
Share on other sites

Cheers - will pass on your advice and hope it does the trick :thumbsup:

Share this post


Link to post
Share on other sites

Result, closing the thread.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.