在网页对话框中输入回车为何会弹出新的窗口 20
我在一个页面中打开网页对话框,代码如下:functionshowMWindow(){varurl="s.html";varargs="dialogHeight:800px...
我在一个页面中打开网页对话框,代码如下:
function showMWindow(){
var url = "s.html";
var args="dialogHeight:800px; dialogWidth:800px; help:no; status:yes;";
window.showModalDialog(url,"",args);
}
打开一个网页对话框。内容是s.html
s.html的内容如下
<html>
<body >
<form name="codeForm">
<input type="text" name="codevalue" maxlength="5" value="00008" onkeyup="changeSeqValue('this.value')" >
<input type="hidden" name="seq" value="00008"><input type="hidden" name="codevaluenames" value="seq">
<input type="button" name="ok" value="确定" />
</form>
</body>
</html>
当光标停留在输入框内时,按回车,会新开一个窗口,窗口的内容也是s.html。有谁知道这个是什么问题吗?不要让我去问微软。 展开
function showMWindow(){
var url = "s.html";
var args="dialogHeight:800px; dialogWidth:800px; help:no; status:yes;";
window.showModalDialog(url,"",args);
}
打开一个网页对话框。内容是s.html
s.html的内容如下
<html>
<body >
<form name="codeForm">
<input type="text" name="codevalue" maxlength="5" value="00008" onkeyup="changeSeqValue('this.value')" >
<input type="hidden" name="seq" value="00008"><input type="hidden" name="codevaluenames" value="seq">
<input type="button" name="ok" value="确定" />
</form>
</body>
</html>
当光标停留在输入框内时,按回车,会新开一个窗口,窗口的内容也是s.html。有谁知道这个是什么问题吗?不要让我去问微软。 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |