WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Accespted How to make a redirecting page. Tue Mar 23, 2010 3:29 pm

Fred100

Fred100
Registered Member
Registered Member

Redirecting Pages
How to make redirecting pages using HTML


Okay ,
So If you're new to Htmls , I'd suggest you to read this tutorial by ankillien first
It can be found Here
Don't be shy click on here Razz
And as told in the tutorial
here is the main thing needed for a Html page.

Code:
<html>
<head>
<title>The Title</title>
</head>
<body>
<h1>The Page Header</h1>
<p>Paragraph</p>
</body></html>
Okay so what we need to do now is ,
Use this code
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="REFRESH" content="0;url=THE URL YOU WANT TO REDIRECT TO"></HEAD>
<BODY>
Optional page text.
</BODY>
</HTML>
And now let's break it down to make it more clear.
[1]
Code:
<meta http-equiv="REFRESH" content="0;url=THE URL YOU WANT TO REDIRECT TO">
This is the part which actually does the redirecting , so better not mess much with this thing Wink .

The
Code:
content="0;
is the duration of the time you want the broswer to wait before the page can be redirected , if you change the 0 to 3 the browser will wait for 3 seconds before redirecting.

The
Code:
;url=THE URL YOU WANT TO REDIRECT TO"
is the portion where you need to add the url to the page you want the browser to redirect to.
For just your information , I've added it "THE URL...."
You can remove it and add the url of the page.

[2]
And Now
Code:
 <BODY>
Optional page text.
</BODY>

Remove the Optional Page text and add something like
"Please wait till we redirect you to the forum/site/page" whatever it is.
And a image can be added into it too Wink

So there you go , That's all for now , Just make sure to read it all , and follow it ,
You'll have a redirecting page in no time at all Very Happy

Note : Couldn't understand the tutorial? , Oh well , just reply back saying what you couldn't understand and I'll answer it at a charge of $10 per answer Razz Jk , don't worry , Just tell about it , I'll be glad to help Very Happy


PS : I'm not a pro myself , just got a help from a friend and thought I might help others Wink
AND YESS I WROTE THIS TUTORIAL Razz
Couldn't talk normal in the tutorial because it'd have been non-understandable then Razz , does this sound like un-biodegradable? Oh dang.

Notice : This tutorial is copyrighted by WebArtz Forum. You may not publish it on anywhere without written permission from the administrators.

http://www.art-castle.biz/forum.htm

2Accespted Re: How to make a redirecting page. Wed Mar 24, 2010 1:56 am

Sanket

Sanket
Administrator
Administrator
Thank you for contributing to WebArtz, its greatly appreciated.

I think it is good to go, Accepted.

Will be moved to the tutorials section tomorrow after adding the template etc.

http://www.webartzforum.com

3Accespted Re: How to make a redirecting page. Wed Mar 24, 2010 10:02 am

ankillien

ankillien
Administrator
Administrator
Thats for the contribution, Fred.
This is very nicely explained tutorial.

Accepted & Moved

4Accespted Re: How to make a redirecting page. Wed Mar 24, 2010 7:48 pm

Fred100

Fred100
Registered Member
Registered Member
Yippeee!!
My Tutorial is accepted! Very Happy

http://www.art-castle.biz/forum.htm

5Accespted Re: How to make a redirecting page. Thu Mar 25, 2010 1:47 pm

Jophy

Jophy
Registered Member
Registered Member
Very nice and descriptive tutorial Fred100 Very Happy

http://www.socialtechforum.com/

6Accespted Re: How to make a redirecting page. Thu Mar 25, 2010 11:02 pm

Fred100

Fred100
Registered Member
Registered Member
Wow , thanks , I'm glad it's understandable lol!

http://www.art-castle.biz/forum.htm

7Accespted Re: How to make a redirecting page. Sat Jan 14, 2012 3:09 am

RSguideMaker

RSguideMaker
Registered Member
Registered Member
Awesome guide. Well done. Mind if I use it on my forum? I'll give you full credit. Smile

8Accespted Re: How to make a redirecting page. Sun Jul 01, 2012 11:24 pm

ReBoRNz


Registered Member
Registered Member
Here's an after login redirect i made Smile:

http://www.xcodezz.com/h2-homepage-loader Is it cool?

9Accespted Re: How to make a redirecting page. Fri Jul 13, 2012 11:08 am

aldoani


Registered Member
Registered Member
Very Nice...Thank U

http://dowan.7olm.org/

10Accespted Re: How to make a redirecting page. Mon Aug 06, 2012 11:06 am

PandahFish


Registered Member
Registered Member
Is it possible to redirect an IP address?

11Accespted Re: How to make a redirecting page. Mon Aug 06, 2012 1:38 pm

ankillien

ankillien
Administrator
Administrator
PandahFish wrote:Is it possible to redirect an IP address?

Yes. You can put the IP address inplace of URL.

12Accespted Re: How to make a redirecting page. Tue Nov 19, 2013 12:44 am

Petermichael


Registered Member
Registered Member
vary nice .and good work .and keep posting good stuff:) 

13Accespted Re: How to make a redirecting page. Sat Jan 11, 2014 4:22 pm

anilkumartgsb


Registered Member
Registered Member
Thanks a lot fred for your very informative article on how to make a redirecting page. It w'l prove helpful for new beginners who are trying to learn new things in their coding part. Great!!

http://www.tgsb.in/web-design/gurgaon

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum