The first type:
The code copy is as follows:
<script language="javascript"type="text/javascript">
window.location.href="http://shanghepinpai.com";
</script>
The second type:
The code copy is as follows:
<script language="javascript">
alert("return");
window.history.back(-1);
</script>
The third type:
The code copy is as follows:
<script language="javascript">
window.navigate("http://shanghepinpai.com");
</script>
The fourth type:
The code copy is as follows:
<script language="JavaScript">
self.location='http://shanghepinpai.com';
</script>
The fifth type:
The code copy is as follows:
<script language="javascript">
alert("Illegal access!");
top.location='http://shanghepinpai.com';
</script>