Ctrl+Enter提交内容信息_JavaScript
来源:动视网
责编:小采
时间:2020-11-27 20:32:43
Ctrl+Enter提交内容信息_JavaScript
Ctrl+Enter提交内容信息_JavaScript:ie = (document.all) true:falseif (ie){function ctlent(eventobject){if(event.ctrlKey && window.event.keyCode==13){this.document.form1.submit();}}}
导读Ctrl+Enter提交内容信息_JavaScript:ie = (document.all) true:falseif (ie){function ctlent(eventobject){if(event.ctrlKey && window.event.keyCode==13){this.document.form1.submit();}}}

ie = (document.all)? true:false
if (ie){
function ctlent(eventobject){if(event.ctrlKey && window.event.keyCode==13){this.document.form1.submit();}}
}
script>
Ctrl+Enter提交内容信息_JavaScript
Ctrl+Enter提交内容信息_JavaScript:ie = (document.all) true:falseif (ie){function ctlent(eventobject){if(event.ctrlKey && window.event.keyCode==13){this.document.form1.submit();}}}