브라우저의 종류에 따라 다른 새로운 페이지 띄우기
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
netscape = "netscape.html"; // set your browser pages
explorer = "explorer.html";
unknown = "unknown.html";
// Determine the popup window properties
// options include: top, left, toolbars, scrollbars,
// menubar, location, statusbar, and resizable
windowprops = "top=0,left=0,resizable=yes"
+ ",width=" + screen.width + ",height=" + screen.height;
ns = (navigator.appName == 'Netscape');
ie = (navigator.appName == 'Microsoft Internet Explorer');
url = (!ns & !ie) ? unknown : ( ns ? netscape : explorer);
window.open(url, "popupPage", windowprops);
// End -->
</script>
</HEAD><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
<!-- Begin
netscape = "netscape.html"; // set your browser pages
explorer = "explorer.html";
unknown = "unknown.html";
// Determine the popup window properties
// options include: top, left, toolbars, scrollbars,
// menubar, location, statusbar, and resizable
windowprops = "top=0,left=0,resizable=yes"
+ ",width=" + screen.width + ",height=" + screen.height;
ns = (navigator.appName == 'Netscape');
ie = (navigator.appName == 'Microsoft Internet Explorer');
url = (!ns & !ie) ? unknown : ( ns ? netscape : explorer);
window.open(url, "popupPage", windowprops);
// End -->
</script>
</HEAD><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
게시판 목록
개발자팁
개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.
질문은 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 506 | PHP | 19년 전 | 3889 | ||
| 505 | JavaScript |
|
19년 전 | 4564 | |
| 504 | 기타 |
|
19년 전 | 8185 | |
| 503 | 기타 |
|
19년 전 | 2992 | |
| 502 | Flash | 19년 전 | 3429 | ||
| 501 | Flash |
|
19년 전 | 4154 | |
| 500 | Flash |
|
19년 전 | 6023 | |
| 499 | 기타 | 19년 전 | 4011 | ||
| 498 | JavaScript | 19년 전 | 3725 | ||
| 497 | JavaScript |
|
19년 전 | 4514 | |
| 496 | MySQL | 19년 전 | 3996 | ||
| 495 | PHP | 19년 전 | 6222 | ||
| 494 | MySQL | 19년 전 | 5883 | ||
| 493 | JavaScript |
|
19년 전 | 3494 | |
| 492 | Flash |
|
19년 전 | 6572 | |
| 491 | Flash | 19년 전 | 8261 | ||
| 490 | 기타 | 19년 전 | 3939 | ||
| 489 | 기타 | 19년 전 | 3013 | ||
| 488 | MySQL | 19년 전 | 4342 | ||
| 487 | MySQL | 19년 전 | 5286 | ||
| 486 | 기타 | 19년 전 | 4625 | ||
| 485 | JavaScript | 19년 전 | 3893 | ||
| 484 | PHP |
|
19년 전 | 8418 | |
| 483 | MySQL |
|
19년 전 | 6813 | |
| 482 | JavaScript |
|
19년 전 | 7398 | |
| 481 | Flash |
|
19년 전 | 4008 | |
| 480 | Flash |
|
19년 전 | 3849 | |
| 479 | Flash |
|
19년 전 | 3448 | |
| 478 | Flash |
|
19년 전 | 3276 | |
| 477 | 기타 | 19년 전 | 6740 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기