SHIFT

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


Sidebar

Recently Changed Pages:

View All Pages


View All Tags


LinkedIn




WIKI Disclaimer: As with most other things on the Internet, the content on this wiki is not supported. It was contributed by me and is published “as is”. It has worked for me, and might work for you.
Also note that any view or statement expressed anywhere on this site are strictly mine and not the opinions or views of my employer.


Pages with comments

View All Comments

scripthtmlredirect

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.getshifting.com/wiki/">

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.getshifting.com/wiki/">
</html>
You could leave a comment if you were logged in.
scripthtmlredirect.txt · Last modified: 2021/09/24 00:25 (external edit)