반응형
location.herf사용 화면전환
<body onload="location.href='/board/list'">
<input type="button" value="글쓰기" onclick="location.href='/board/list'">
location.href = '/board/contentForm?num='+num+''; //->get방식전송.
반응형
'javascript' 카테고리의 다른 글
javascript 기본문법 (0) | 2013.08.03 |
---|