자바스크립트(팝업창)에 대해 질문이 있습니다...
안녕하세요
자바스크립트에 대해 질문이 있습니다...
이미지를 클릭하면 팝업창을 나오는 자바스크립트를 할줄 알고 있지만..
팝업창나오는 사이즈로 1024(=1024픽셀)보다 전체창을 나올수있도록 "100%"로 입력해도
잘 안되었습니다.ㅠㅠㅠ
아래의 소스(빨간색부분)를 보고 뭔가 문제가 있으면 고쳐주시면서도 조언해주세요
잘 부탁합니다 ㅠㅠ
감사합니다~~(--)(__)
자바스크립트에 대해 질문이 있습니다...
이미지를 클릭하면 팝업창을 나오는 자바스크립트를 할줄 알고 있지만..
팝업창나오는 사이즈로 1024(=1024픽셀)보다 전체창을 나올수있도록 "100%"로 입력해도
잘 안되었습니다.ㅠㅠㅠ
아래의 소스(빨간색부분)를 보고 뭔가 문제가 있으면 고쳐주시면서도 조언해주세요
잘 부탁합니다 ㅠㅠ
감사합니다~~(--)(__)
#############################################################
<!--클릭할때 새창을 나오는 자바스크립트-->
<script language="JavaScript">
<!--
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'yes';
resizable_str = resizable ? 'yes' : 'no';
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
...
...
...
...
...
<td width="185" height="25" align="center" bgcolor="<?=$td_color?>"><a href="javascript:na_open_window('win', '<?=$row_sch[uni_enturl];?>', 350, 200, 1024, 500, 0, 0, 0, 0, 0)"><?=$row_sch[uni_name];?></a></td>
<!--
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'yes';
resizable_str = resizable ? 'yes' : 'no';
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
...
...
...
...
...
<td width="185" height="25" align="center" bgcolor="<?=$td_color?>"><a href="javascript:na_open_window('win', '<?=$row_sch[uni_enturl];?>', 350, 200, 1024, 500, 0, 0, 0, 0, 0)"><?=$row_sch[uni_name];?></a></td>
--->
<td width="185" height="25" align="center" bgcolor="<?=$td_color?>"><a href="javascript:na_open_window('win', '<?=$row_sch[uni_enturl];?>', 350, 200, 100%, 500, 0, 0, 0, 0, 0)"><?=$row_sch[uni_name];?></a></td>
<td width="185" height="25" align="center" bgcolor="<?=$td_color?>"><a href="javascript:na_open_window('win', '<?=$row_sch[uni_enturl];?>', 350, 200, 100%, 500, 0, 0, 0, 0, 0)"><?=$row_sch[uni_name];?></a></td>
#############################################################
로 입력해도
잘 안되었습니다.
도와주세요 ㅠㅠㅠ
댓글 2개
13년 전
<td width="185" height="25" align="center" bgcolor="<?=$td_color?>"><a href="javascript:na_open_window('win', '<?=$row_sch[uni_enturl];?>', 350, 200, outerWidth, 500, 0, 0, 0, 0, 0)"><?=$row_sch[uni_name];?></a></td>
13년 전
꼬을님의 답변을 해주셔서 감사합니다만..
꼬을님의 말씀대로 그렇게 "outerWidth"로 수정해봤는데..오류났더라구요..ㅠㅠㅠ
한번더 조언해주세요 잘부탁합니다.
꼬을님의 말씀대로 그렇게 "outerWidth"로 수정해봤는데..오류났더라구요..ㅠㅠㅠ
한번더 조언해주세요 잘부탁합니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7830 | 9년 전 | 384 | ||
| 7829 |
|
9년 전 | 562 | |
| 7828 | 9년 전 | 493 | ||
| 7827 | 9년 전 | 379 | ||
| 7826 | 9년 전 | 386 | ||
| 7825 | 9년 전 | 438 | ||
| 7824 | 9년 전 | 421 | ||
| 7823 | 9년 전 | 328 | ||
| 7822 | 9년 전 | 323 | ||
| 7821 | 9년 전 | 267 | ||
| 7820 | 9년 전 | 323 | ||
| 7819 |
|
9년 전 | 728 | |
| 7818 | 10년 전 | 342 | ||
| 7817 | 10년 전 | 462 | ||
| 7816 | 10년 전 | 365 | ||
| 7815 | 10년 전 | 571 | ||
| 7814 | 10년 전 | 398 | ||
| 7813 | 10년 전 | 341 | ||
| 7812 | 10년 전 | 348 | ||
| 7811 | 10년 전 | 367 | ||
| 7810 | 10년 전 | 505 | ||
| 7809 | 10년 전 | 442 | ||
| 7808 | 10년 전 | 311 | ||
| 7807 | 10년 전 | 367 | ||
| 7806 |
프로그래머7
|
10년 전 | 1309 | |
| 7805 | 10년 전 | 1234 | ||
| 7804 |
zahir1312
|
10년 전 | 748 | |
| 7803 |
|
10년 전 | 1350 | |
| 7802 | 10년 전 | 412 | ||
| 7801 | 10년 전 | 834 | ||
| 7800 | 10년 전 | 1068 | ||
| 7799 | 10년 전 | 508 | ||
| 7798 | 10년 전 | 465 | ||
| 7797 | 10년 전 | 462 | ||
| 7796 | 10년 전 | 305 | ||
| 7795 | 10년 전 | 458 | ||
| 7794 | 10년 전 | 490 | ||
| 7793 | 10년 전 | 1009 | ||
| 7792 | 10년 전 | 415 | ||
| 7791 | 10년 전 | 497 | ||
| 7790 | 10년 전 | 465 | ||
| 7789 |
fbastore
|
10년 전 | 1408 | |
| 7788 | 10년 전 | 499 | ||
| 7787 | 10년 전 | 361 | ||
| 7786 | 10년 전 | 517 | ||
| 7785 | 10년 전 | 534 | ||
| 7784 | 10년 전 | 601 | ||
| 7783 | 10년 전 | 409 | ||
| 7782 | 10년 전 | 452 | ||
| 7781 | 10년 전 | 866 | ||
| 7780 | 10년 전 | 787 | ||
| 7779 | 10년 전 | 754 | ||
| 7778 | 10년 전 | 323 | ||
| 7777 | 10년 전 | 414 | ||
| 7776 | 10년 전 | 414 | ||
| 7775 | 10년 전 | 349 | ||
| 7774 | 10년 전 | 605 | ||
| 7773 | 10년 전 | 339 | ||
| 7772 | 10년 전 | 677 | ||
| 7771 | 10년 전 | 336 | ||
| 7770 | 10년 전 | 618 | ||
| 7769 | 10년 전 | 336 | ||
| 7768 | 10년 전 | 552 | ||
| 7767 | 10년 전 | 1124 | ||
| 7766 | 10년 전 | 450 | ||
| 7765 | 10년 전 | 485 | ||
| 7764 |
잘살아보자
|
10년 전 | 334 | |
| 7763 |
|
10년 전 | 1404 | |
| 7762 |
Tosea
|
10년 전 | 1025 | |
| 7761 | 10년 전 | 615 | ||
| 7760 |
잘살아보자
|
10년 전 | 620 | |
| 7759 |
잘살아보자
|
10년 전 | 433 | |
| 7758 |
잘살아보자
|
10년 전 | 542 | |
| 7757 | 10년 전 | 1190 | ||
| 7756 |
ITBANK
|
10년 전 | 1223 | |
| 7755 | 10년 전 | 1905 | ||
| 7754 | 10년 전 | 1009 | ||
| 7753 | 10년 전 | 846 | ||
| 7752 | 10년 전 | 1353 | ||
| 7751 |
잘살아보자
|
10년 전 | 477 | |
| 7750 |
잘살아보자
|
10년 전 | 445 | |
| 7749 |
잘살아보자
|
10년 전 | 446 | |
| 7748 |
잘살아보자
|
10년 전 | 432 | |
| 7747 |
잘살아보자
|
10년 전 | 529 | |
| 7746 |
잘살아보자
|
10년 전 | 642 | |
| 7745 |
잘살아보자
|
10년 전 | 885 | |
| 7744 |
잘살아보자
|
10년 전 | 394 | |
| 7743 | 10년 전 | 917 | ||
| 7742 |
starbros
|
10년 전 | 794 | |
| 7741 |
잘살아보자
|
10년 전 | 618 | |
| 7740 |
잘살아보자
|
10년 전 | 487 | |
| 7739 |
잘살아보자
|
10년 전 | 443 | |
| 7738 |
잘살아보자
|
10년 전 | 496 | |
| 7737 |
잘살아보자
|
10년 전 | 455 | |
| 7736 |
잘살아보자
|
10년 전 | 475 | |
| 7735 |
잘살아보자
|
10년 전 | 808 | |
| 7734 |
잘살아보자
|
10년 전 | 405 | |
| 7733 |
잘살아보자
|
10년 전 | 507 | |
| 7732 |
잘살아보자
|
10년 전 | 662 | |
| 7731 |
잘살아보자
|
10년 전 | 584 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기