접속시 자동으로 새창 띄우기
페이지 정보
작성자 MintState 댓글 0건 조회 13,443회 작성일 08-10-29 20:54본문
접속시 자동으로 새창 띄우기
<SCRIPT LANGUAGE="JavaScript"> <!-- function newwin() { newwin = window.open("새창페이지주소", "win", "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=380,height=110") } --> </SCRIPT> <BODY onLoad="newwin()">
|
댓글목록
등록된 댓글이 없습니다.