Advertise on warmetal.nl!
Click for more information
about advertising here.

Did you find this website useful? Did I save you a lot of time?
Please consider donating to support this site:

 

Script: HTML: Redirect

Regular HTML

Place the following HTML redirect code between the <HEAD> and </HEAD> tags of your HTML code.
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.5p-it.com/">

The above HTML redirect code will redirect your visitors to another web page instantly. The content=“0; may be changed to the number of seconds you want the browser to wait before redirecting.

DokuWiki:

You can embed raw HTML code into your documents by using the HTML tags. So to embed HTML you need to enclose the HTML with <html></html> (for inline HTML) or <HTML></HTML> (for block HTML):
<html>
<meta HTTP-EQUIV="REFRESH" content="1; url=http://www.5p-it.com/">
</html>

Discussion

Enter your comment:
 
scripthtmlredirect.txt · Last modified: 2010/08/17 11:53 by sjoerd