태터데스크 관리자

도움말
닫기
적용하기   첫페이지 만들기

태터데스크 메시지

저장하였습니다.

form 객체의 submit 이용방법 5가지

1.
<input type="reset" value="초기화>
2.
<input type="submit" value="회원가입">
3.
<input type="image" src="btsubmit.gif" width="70" height="30">
4.
<input type="button" value="회원가입"  onClick="javascript:submitMember();">
5.
<button value="회원가입"  onClick="javascript:submitMember();">
    <img src="btsubmit.gif" width="70" height="30">
</button>

앵커태그 이용하는 방법 1가지

6.
<a href="#" onClick="javascript:submitMember();">회원가입</a>

자바스크립트의 내장객체 이용하는 방법 6 가지

7.
window.document.location.reload();
8.
window.document.location.replace('http://www.choongang.co.kr');
9.
window.document.location.href="http://www.choongang.co.kr";
10.
window.document.history.go(1);
11.
window.document.history.back();
12.
window.document.history.forward();

html의 헤더를 이용하는 방법
13.
<meta http-equiv="Refresh" content="3; URL=MemberResult.html">

servlet에서 페이지 이동 방법
14.
request.getRequestDispatcher("주소").forward(request,response);

15.
response.sendRedirect("주소");
top

Trackback Address :: http://www.ssial.com/trackback/53 관련글 쓰기

  1. Chanel Outlet 2011/09/17 21:31 댓글주소 | 수정/삭제 | 댓글

    Time is what you make of it.

  2. Burberry Bags 2011/10/13 17:25 댓글주소 | 수정/삭제 | 댓글

    I'm happy I found this blog! From time to time students want to cognitive the keys of productive literary essays composing. Your first-class knowledge about this good post can become a proper basis for such people. Thanks.

  3. Coach Outlet Online 2011/11/15 12:53 댓글주소 | 수정/삭제 | 댓글

    I'm happy I found this blog ! It's very good and thank you for sharing it !

Write a comment