光の境
光の代码学习基地
BlogJava
首页
新随笔
联系
聚合
管理
随笔档案
2007年9月 (2)
2007年7月 (1)
2007年6月 (1)
2007年4月 (4)
文章档案
2007年7月 (1)
2007年4月 (1)
最新随笔
1. struts2可以直接在页面中调用action
2. struts2中action实现Preparable接口的利弊
3. IT人员健康工作表
4. javascript总为这种问题费心力,索性贴在这吧
5. spring学习记录
6. smartupload and JExcel
7. prototype api 中文版
8. iBatis使用记录
最新评论
1. re: struts2中action实现Preparable接口的利弊
这个接口确实不大好,好处是在重载方法prepare方法里可以做初始化
--路人甲
2. re: prototype api 中文版
79cha.com 顶了
--renren
3. re: prototype api 中文版
好!很好!非常好!
--whsx_01
4. re: prototype api 中文版
ding !!!!!
--js
5. re: struts2中action实现Preparable接口的利弊
关注中 楼主把学习struts2的经验告诉下吧 最近一直研究这个
联系方式 wanganyuaa@163.com
qq 86322989
不胜感激
--way
javascript总为这种问题费心力,索性贴在这吧
Posted on 2007-06-03 21:29
它山の石
阅读(320)
评论(0)
编辑
收藏
按钮式:
<
INPUT
name
="pclog"
type
="button"
value
="GO"
onClick
="location.href='http://xxxx.cn/'"
>
链接式:
<
a
href
="javascript:history.go(-1)"
>
返回上一步
</
a
>
<
a
href
="<%=Request.ServerVariables("
HTTP_REFERER")%
>
">返回上一步
</
a
>
直接跳转式:
<
script
>
window.location.href
=
'http:
//
www.xxxx.cn';</script>
开新窗口:
<
a href
=
"
javascript:
"
onClick
=
"
window.open('http://www.xxxx.html','','height=500,width=611,scrollbars=yes,status=yes')
"
>
奉天承运
</
a
>
自动跳转:
<
html
>
<
head
>
<
title
>
newpaeg
</
title
>
</
head
>
<
script language
=
'Javascript'
>
function
go()
{
window.location
=
"
http://www.sohu.com
"
;
//
跳转到http://www.sohu.com页面,转至同一目录还是其它网页看你给的地址了
}
setTimeout(
"
go()
"
,
5000
);
/
5秒钟后执行go()
}
</
script
>
<
body
>
</
body
>
</
html
>
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
Chat2DB
C++博客
博问
管理
公告
常用链接
我的随笔
我的评论
我的参与
最新评论
java
eamoi
oksonic
评论排行榜
1. iBatis使用记录(4)
2. prototype api 中文版(3)
3. struts2中action实现Preparable接口的利弊(2)
4. IT人员健康工作表(0)
5. javascript总为这种问题费心力,索性贴在这吧(0)
阅读排行榜
1. struts2中action实现Preparable接口的利弊(6657)
2. prototype api 中文版(2439)
3. struts2可以直接在页面中调用action(854)
4. smartupload and JExcel(714)
5. iBatis使用记录(572)
posts - 8, comments - 9, trackbacks - 0, articles - 2
Copyright © 它山の石