code like thistype error in the post above: name="submit" should be value="submit"
or, u can use code like this
-------------------------------
function func_submit(myform){
myform.target="_self";
myform.action="detail.asp";
myform.submit();
}
(more...)
I tried urs, but pressing "enter" is still working.I wanna disable "enter key"