|
Meta
Refresh generator
It is an unfortunate fact that
not all webmasters have access to ASP / PHP . What happens if
you want to redirect to another page or site when a user arrives
at a page , you cant use Response.Redirect . In this case you
can use a meta tag . This form and script provides a method
of generating the appropriate HTML for someone to cut and paste
into there page .
This requires a delay in seconds
obviously the longer the delay the longer the user will be on
the original page before the redirection takes place . The second
text box takes a URL and this should be in the format of http://www.mysite.com
if you wanted to go to another site or myotherpage.htm for a
different page on your site.
You can try this out below and
see the tags created and also get the code for the form below
and the script.
|