묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
[re] 답변 감사하구요 근데 onclick 이 뭐죠?
2003.09.01 21:03
아직 저가 능숙하지 못해 다시;; 하핫..
위에 답변주신분 정말 감사드립니다.
위에 답변주신분 정말 감사드립니다.
댓글 3
-
PHASE
2003.09.01 21:43
-
다다다
2003.09.01 22:25
정말 깊은 감사의 말 드립니다.. ( _ _ ) -
TheMics
2003.09.01 23:40
image 타입의 경우 자동 submit됩니다;
오히려 저 경우는 자바스크립트 폼 체크 등이 안되는 등 약점이 많죠.
<img src=상대경로/member_img/button_close.gif width="78" height="47" border=0 style=cursor:hand onClick=window.close()>
지금은 이런식으로 되어 있거든요.
<input type=image src=상대경로/member_img/button_join.gif width="78" height="47" border=0 style=cursor:hand onClick=submit()>
<img src=상대경로/member_img/button_close.gif width="78" height="47" border=0 style=cursor:hand onClick=window.close()>
이런식으로 바꾸세요...