Total members 10261 | Gratitudes |It is currently Tue May 22, 2012 4:09 pm Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 1 post ] 
Author Code Snippet
 Code subject: redirect webpage using meta tag
PostPosted: Sat Feb 18, 2012 11:33 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2279
Location: Earth
Has thanked: 39 time
Have thanks: 61 time

Following example is a common for redirecting your current page using the meta tag , in this case you specify the URL of the target and the number of second to wait before the redirection.

Code:


<html>
<
head>
<
title>Redirect to a new page using meta tag</title>
<
meta http-equiv="Refresh" content="10;url=http://www.codemiles.com">
</
head>

<
body>
<
p>
   Sorry the page requested is not found ,you will be redirected to
   the codemiles community 
<a href="http://www.codemiles.com" > here</a>
    after 10 seconds.
   
</p>

</
body>
</
html>
 

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 1 post ] 
Quick reply


  

 Similar topics
 How can i redirect to a one servlet from a two jsp page?
 Using two different fonts in the same webpage
 keywords and description of HTML page using meta tag
 Author information using meta tag
 usage of the meta tag for content encoding
 redirect after countdown
 redirect to another page
 redirect page based on user selection radio button
 Redirect to a URL
 Redirect to a New Page javascript code

All times are UTC [ DST ]


Users browsing similar codes

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Code Snippet | Next Code Snippet 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team