|
<BODY bgcolor=#D0D0FF topmargin=25> <DIV align=center> <P>포커스 예제 2 <FORM name='love'> <TABLE width=75% cellpadding=5 cellspacing=0 bgcolor=white> <TR><TH align=center>사랑 확인</TH> <TD><INPUT style=color:blue;background:white name=power type=text value="" size=41> <INPUT style=cursor:hand type='button' value='오예' onclick='window.open("http://myhome.naver.com/nejumi/","_blank","")' onfocus=blur()> <INPUT style=cursor:hand type='submit' value='다시' onclick='reset' onfocus=blur()> <script language=JavaScript> {document.love.power.focus()} </script></TD></TR></TABLE> <P> <INPUT style=cursor:hand type="button" value="← Back" onClick="window.history.go(-1)" onfocus="blur()"> <INPUT style=cursor:hand type="button" value=" ↔ " onClick="window.history.go(0)" onfocus="blur()"> </FORM></DIV></BODY> |
포커스 예제 2