<script type="text/javascript">
window.onload = function() {
alert("신청이 완료되었습니다.");
location.href("sc_order.php?bo_table=<?=$bo_table?>&wr_id=<?=$wr_id?>");
}
</script>
window.onload = function() {
alert("신청이 완료되었습니다.");
location.href("sc_order.php?bo_table=<?=$bo_table?>&wr_id=<?=$wr_id?>");
}
</script>
이게 익스에서는 이동되는데 크롬에서는 해당 페이지로 이동이 안되네요......
그냥 멈춰져잇네요......;;;;;;;;;;
답변 1개 / 댓글 1개
채택된 답변
+20 포인트
2014-03-04 (화) 11:06:43
location.href="sc_order.php?bo_table=<?=$bo_table?>&wr_id=<?=$wr_id?>";
답변에 대한 댓글 1개
답변을 작성하려면 로그인이 필요합니다.