·您的位置: 首页 » 资源教程 » 编程开发 » JavaScript » JS-让你的回车转为(SHIFT+)TAB

JS-让你的回车转为(SHIFT+)TAB

类别: JavaScript教程  评论数:0 总得分:0
<html>
<head>
<title>让你的回车转为TABLE
</title>
</head>
<script language="javascript">

//input obj Form区
// element 当前元素名
// method 跳转方式

function cgo(obj,element,method){
for(tmpa=0;tmpa<obj.length;tmpa++){
if(obj[tmpa].name==element){
id=tmpa;
}
}
if(method=="prv"){
obj[id-1].focus();
}else{
obj[id+1].focus();
}
}
</script>
<body>
<form name="form1">
<input type="text" value="" name="a1" onkeyup="cgo(this.form,this.name,\'\')"><!-- 将回车转换为Tab -->
<input type="text" value="" name="a2" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a3" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a4" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a5" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a6" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a7" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a8" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a9" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a10" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a11" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a12" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a13" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a14" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a15" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a16" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a17" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a18" onkeyup="cgo(this.form,this.name,\'\')">
<input type="text" value="" name="a19" onkeyup="cgo(this.form,this.name,\'prv\')"><!-- 这个是往回跳的 like Shit+Tab -->
</form>
</body>
</html>
-= 资 源 教 程 =-
文 章 搜 索
关键词:
类型:
范围:
纯粹空间 softpure.com
Copyright © 2006-2008 暖阳制作 版权所有
QQ: 15242663 (拒绝闲聊)  Email: faisun@sina.com
 纯粹空间 - 韩国酷站|酷站欣赏|教程大全|资源下载|免费博客|美女壁纸|设计素材|技术论坛   Valid XHTML 1.0 Transitional
百度搜索 谷歌搜索 Alexa搜索 | 粤ICP备19116064号-1