E

브라우저의 종류에 따라 다른 새로운 페이지 띄우기

· 2006-05-11 (목) 10:49:01 · 1958
<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>
|
댓글을 작성하시려면 로그인이 필요합니다.

팁게시판

6,077건

디자인과 관련된 유용한 정보를 공유하세요. 질문은 상단의 QA에서 해주시기 바랍니다.

+
제목 글쓴이 날짜 조회
06-05-11 조회 3,141
06-05-11 조회 2,937
06-05-11 조회 1,902
06-05-11 조회 1,955
06-05-11 조회 3,153
06-05-11 조회 2,371
06-05-11 조회 3,625
06-05-11 조회 2,573
06-05-11 조회 1,859
06-05-11 조회 2,471
06-05-11 조회 1,730
06-05-11 조회 1,408
06-05-11 조회 1,546
06-05-11 조회 1,812
06-05-11 조회 1,581
06-05-11 조회 1,794
06-05-11 조회 1,574
06-05-11 조회 1,959
06-05-11 조회 1,856
06-05-11 조회 1,454
06-05-11 조회 1,454
06-05-11 조회 1,370
06-05-11 조회 1,247
06-05-11 조회 1,411
06-05-11 조회 1,986