function document.onkeydown()
{
if (event.keyCode == 13 && event.ctrlKey)
if(checkemail_diaocha_ly())
document.form1.submit();
}
</script>
时间: 2024-09-14 03:15:23
function document.onkeydown()
{
if (event.keyCode == 13 && event.ctrlKey)
if(checkemail_diaocha_ly())
document.form1.submit();
}
</script>