Basic JavaScript Question:
How to force a page to go to another page using JavaScript?
Answer:
<script language="JavaScript" type="text/javascript" >
<!--
location.href="http://www.globalguideline.com";
//-->
</script>
<!--
location.href="http://www.globalguideline.com";
//-->
</script>
Previous Question | Next Question |
How to reload the current page? | How to convert a string to a number using JavaScript? |