javascript
location.herf
닉넥임
2013. 11. 8. 16:14
반응형
location.herf사용 화면전환
<body onload="location.href='/board/list'">
<input type="button" value="글쓰기" onclick="location.href='/board/list'">
location.href = '/board/contentForm?num='+num+''; //->get방식전송.
반응형