Loading...
 
搜索
最新公告
Loading...
日 历
Loading...
最新日志
Loading...
最新评论
Loading...
最新留言
Loading...
统计信息
Loading...
友情链接




js通过url参数跳转
[ 2007-5-9 15:10:00 ]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>js跳转url</title>
</head>
<body>
<script language="javascript">
 var str=window.location.href;
 var es=/canshu=/;
 es.exec(str);
 var GoUrl=RegExp.rightContext;
 if (GoUrl!=""){
  //document.write(GoUrl);
  window.location=GoUrl;
 }
</script>

</body>
</html>
  • 标签:js url 
  • 发表评论:

      昵称:
      主页:
      标题:
      Loading...
    COPYRIGHT © 2007 StoneMX.Com ALL RIGHTS RESERVED.