寒窗轩,寒川的个人网络博客,记录互联网事,学习网络编程、分享工作经验、人生感悟,包括但不限于程序代码、数据库、Office办公、随笔等内容。

常见javascript跳转方式

第一种:   
<script language="javascript" type="text/javascript">window.location.href="index.asp";</script>
<script language="javascript" type="text/javascript">window.location.href="login.asp?backurl="+window.location.href;</script>
第二种:   
<script language="javascript">alert("返回");window.history.back(-1);</script>
第三种:  
<script language="javascript">window.navigate("top.asp");</script>
第四种:  
<script language="JavaScript">self.location='top.htm';</script>
第五种:  
<script language="javascript">alert("非法访问!");top.location='index.asp';</script>
=====javascript中弹出选择框跳转到其他页面=====
<script language="javascript">
<!--
function logout()...{
if (confirm("你确定要注销身份吗?是-选择确定,否-选择取消"))...{
window.location.href="logout.asp?act=logout"
}
}
-->
</script>


=====javascript中弹出提示框跳转到其他页面=====
<script language="javascript">
<!--
function logout()...{
alert("你确定要注销身份吗?");
window.location.href="logout.asp?act=logout"
}
-->
</script>

=================================
按钮式:
<INPUT name="pclog" type="button" value="GO" onClick="location.href='http://hi.baidu.com/hanchuan'">
链接式:
<a href="javascript:history.go(-1)">返回上一步</a>
<a href="<%=Request.ServerVariables("HTTP_REFERER")%>">返回上一步</a>
直接跳转式:
<script>window.location.href='http://hi.baidu.com/hanchuan';</script>
开新窗口:
<a href="javascript:" onClick="window.open(http://hi.baidu.com/hanchuan','','height=500,width=611,scrollbars=yes,status=yes')">寒窗轩</a>

程序 2009-06-20 22:16:49 23 0 6348 html脚本编程
文章写得不错?我是土豪我要在线打赏!
在线打赏

昵称:

验证码:验证码

评论:

文章分类
系统
程序
数据
Office
随笔
热门文章
请不要奇怪,为什么最近博客的文章是几年前的内容
开篇第一章
ubuntu24.04无法安装向日葵,提示依赖libgconf-2-4怎么办?
ubuntu24.04安装网易云音乐
Ubuntu22.04中用thunar替换默认文件管理器,提示无法启动“TerminalEmulator“的首选应用程序
MySQL如何按每个分类查询10条数据,即MySQL如何每个分类查询10条数据
python读取旧的Excel文件的数据到新的Excel表中
nginx+php如何EventStream流式数据传输
python读取文件夹下图片并生成pdf文件
文章推荐
免责声明
关于博主
开篇第一章
随机推荐
php分页函数
千万别频繁改网站title
windows&office序列号查看软件
删除MySQL数据库中二进制日志的3种方法
Qzone日志插件发布了
php中定义变量
摸死你个性签名集合
windows xp win7双系统引导wubi安装ubuntu linux
博客域名差点过期了
php读取txt文本文档数据库转入mysql数据库
友情连接
春燕网络
谢润的博客