정보추출 실시간 TV/RADIO 홈페이지에 넣기

운영자 2003.10.06 17:56 조회 수 : 1415 추천:35

== http://linkhi.co.kr 실시간 TV/RADIO 홈페이지에 넣기  ==

실시간 TV/RADIO 보기

실시간 TV/RADIO를 삽입하고자 하는 페이지에 다음과 같이 소스를 붙여넣기 합니다.

<SCRIPT ...>에서 </SCRIPT>까지를 <head></head>사이에 붙이고..

<SCRIPT LANGUAGE="JavaScript" type="text/Javascript">

function popUpCenteredWindow() {

        var iMyWidth;

        var iMyHeight;

        //gets top and left positions based on user's resolution so hint window is centered.

        iMyWidth = (window.screen.width/2) - (122 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).

        iMyHeight = (window.screen.height/2) - (27 + 50); //half the screen height minus half the new window height (plus title and status bars).

        var win2 = window.open("http://linkhi.co.kr/tv/tv_main.htm","Window2","status=no,height=450,width=325,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");

        win2.focus();

}

</SCRIPT>

<body></body>사이 원하는 위치에 아래 부분을 가져다 붙이면 되겠습니다.

<A HREF="javascript:void(0);" onClick="popUpCenteredWindow();"><font size="2" face="돋움">실시간 TV/RADIO</font></A>

문의 : webmaster@linkhi.co.kr

제공 :  인터넷 시작페이지 http://linkhi.co.kr/

댓글 0

번호 제목 글쓴이 날짜 조회 수
9 기상청 GOES-9 위성사진 박상현 2004.06.13 1407
8 지수창/그래프 서비스(종합주가지수 등이 포함된 실시간 경제지표정보) 제공 박상현 2003.12.12 1900
7 무료 컨텐츠 링크 박상현 2003.10.10 1568
6 고전게임 링크 박상현 2003.10.10 1299
5 날씨정보 제공 박상현 2003.05.11 1256
4 서울/수도권/부산의 실시간 교통정보를 -한강주변교통정보 박상현 2003.05.10 1833
3 서울/수도권/부산의 실시간 교통정보-한강다리 속도정보 박상현 2003.05.10 1405
» 실시간 TV/RADIO 홈페이지에 넣기 운영자 2003.10.06 1415
1 검색엔진에서 자료찾는 방법 박상현 2003.05.11 1274