묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
게시판 글쓰기 후 다른 페이지로 이동
2012.03.07 08:24
안녕하세요.
게시판 쓰기 완료 후에, 특정 메세지 (alert)를 보여주고 특정 페이지로 이동하게 하고 싶은데,
<input type="submit" value="Book Now" accesskey="s" onClick="alert('Thank you for booking online. \nWe will contact you shortly.');location.href='/?
mid=welcome_page'" />
이렇게 하니까 글을 입력하던 안하던 무조건 다음 페이지로 이동하네요.
정상적인 insert 완료후에 메세지를 보여주고 이동하게 하고 싶은데요.
도와 주세요.
form태그에 onSubmit 으로 해서 해 보세요