ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

Help quickly



  R26
In ASP:

<%
Response.Redirect ("webpage.asp")
%>

But you need to call your index page index.asp

I should also know what it is in PHP but I can't remember!!!
 
  RB 182
Put this in the body of your page:

<script language="javascript">
<!--

location.replace("http://www.cliosport.net");

-->
</script>
 


Top