Thursday, December 4, 2008

html page for redirecting

We can implement redirection using a simple html page. Here is the example which will redirect to http://google.com


<html>
<head >
<meta name="author" content=" abcd xyz">
<meta equiv="refresh" content="0;url=http://google.com">
</head>
<body bgcolor="#ffffff">
<body>
</html>

No comments: