2010年4月14日 星期三

按下 Enter 呼叫 javascript function

<input name="password" onkeydown="if(event.keyCode == 13){functionName();}" type="password">

沒有留言: