질문과 답변
기 타 php 새창띄우기 window.open 아시는분 도움좀 주세요
2014.09.03 17:05
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding:15 0 0 0">
<A href='#' onfocus='this.blur()' onclick="javascript:window.open('/06/mini.php',"width=207, height=320, toolbar=no, menubar=no, scrollbars=no, resizable=no")">
<img src="/m_img/mainsms.gif" border=0 width="215" height="64"></A></td>
</tr>
</table>
php파일의 일부 소스인데요
새창띄울려고 하는데 창이 안떠요.
새창이 아닌 바로 링크만 걸면 페이지는 이동하구요.
뭐가 문제일까요?
혹시
<script language="javascript"> <!-- function openWin(){이 구문이 들어가야 하나요?댓글 [2]
-
K케이 2014.09.03 18:11
-
눈비 2014.09.03 18:15 덕분에 해결하였습니다.
다시한번 감사드립니다.
고맙습니다
<A href='#' onfocus='this.blur()' onclick="window.open('/06/mini.php','win','width=207, height=320, toolbar=no, menubar=no, scrollbars=no, resizable=no')">
따옴표때문입니다.. onclick 이벤트는 굳이 javascript 안써줘도 됩니다..