Share the next JS implementation of the page jump redirect several ways.
The first type:
<script language= "javascript" type= "Text/javascript" >
Window.location.href= "http://www.jbxue.com";
</script>
The second type:
<script language= "JavaScript" >
Alert ("return");
Window.history.back (-1);
</script>
The third type:
<script language= "JavaScript" >
Window.navigate ("http://www.jbxue.com");
</script>
The fourth type:
<script language= "JavaScript" >
self.location= ' http://www.jbxue.com ';
</script>
The fifth type:
<script language= "JavaScript" >
Alert ("Illegal access! ");
top.location= ' http://www.jbxue.com ';
</script>
Articles you may be interested in:
- JS page Jump Method sample code
- JavaScript page jumps in several ways
- JS Control page Jump Five Ways
- JS implementation of page jump code example
- JS page Jump Way JS Page Jump Example
- JS page Jump option Location page jump code