input
WebPrograming관련 :
2007. 5. 2. 14:29
반응형
input 버튼을 클릭하면 self.location 나 location.href를 이용해서 다른 페이지로 이동 시킵니다.
<input type="button" value="확인" onClick="self.location='이동할페이지';">
<input type="button" value="확인" onClick="location.href='이동할페이지';">
[적용예]
<input type="button" value="확인" onClick="location.href='http://dizfeel.com';">
반응형
'WebPrograming관련' 카테고리의 다른 글
[tip]input버튼 스타일 시트를 적용해서 이쁘게 해봐요~ (0) | 2007.05.02 |
---|---|
티스토리(태터툴즈) 블로그에 웹폰트 적용하기 (0) | 2007.04.30 |
웹 표준 가이드 (0) | 2007.04.21 |