HTML INPUT 박스 Enter(return키) 처리

<input type="text" name="test01" onkeydown="if (event.keyCode == 13){ fnSearch();return false;}">

Posted by 마라스
l