Pages

Thursday, December 2, 2010

Webpage redirect without change of hostname URL Address

Please create a /Test folder under your website and create two pages there , Default.asp and redirect.asp

Please add  <  >  before all of the tags like html,head, title , body and iframe.
html head  title Home Page /title
/head body iframe
src="redirect.asp" width="100%" height="100%">
/iframe /body /html

And content of redirect.asp is :
Redirect Page
html head "Redirect Page" /head
body  <% response.redirect( http: // www.google.com) %>
/body
/html

 ****AS IS**** ; Please apply at your own risk.

No comments:

Post a Comment