웹마스터 팁

http://mytemplate.net
항상 음악이 흐르게 할수 도 있지만  주소창에 지져분한 주소를 숨길수 도 있고
팝업창을 띄운다든지 여러가지 꽁수를 발휘 할 수 있습니다
이방법은 숨겨진  프레임을 통하여 음악을 들려주는것입니다
일단 HTML 파일이 3장이 필요합니다

1. 인덱스 파일    -----------  index.html
2. 본문을 보여줄  파일 -----   main.html
3. 음악을  실행   파일 -----   hidden.html



<!-------------------- index.html---------------------->
<html>
<head>
<title>마이템플릿</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset rows="100,0" frameborder="NO" border="0" framespacing="0"  >
<frame name="main" src="main.html">
<frame name="hidden" scrolling="AUTO" noresize src="hidden.html" marginwidth="0" marginheight="0">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
브라우저  좀 제발 요즘 것 사용하세요
</body>
</noframes>
</html>



<!--------------------  hidden.html---------------------->
<html>
<body>
<embed src="음악파일경로.확장자" autostart="true" loop="true" volume="50">
</body>
</html>


<!-------------------- main.html---------------------->
<html>
<head>
<title>본문내용</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body>
안녕하세요 제 홈페이지 방문 감사합니다
여기다가 본문 내용 적습니다
</body>
</html>



-출처-
http://mytemplate.net
3,000 여개의 웹디자인템플릿을 만나보십시요

제목 글쓴이 날짜
[펌]유동아이피->고정아이피(포워딩 아님!!) [12] Plus가좋다 2004.06.08
IIS6.0+PHP4.3.3+MySql4.0.18+제로보드4.1 pl4 [10] 류진곤 2004.06.08
Apache 서비스를 위한 NT 보안 설정 [2] 토토루 2004.05.24
Apache 서버운영에 쓸모있는 팁 몇가지 [2] PCLab 2004.05.21
FTP서버설치 (filezilla server) [6] 이주성 2004.05.20
[경보]Serv-U 4.0 이전 버전 크래킹 툴 발견 [4] u2em 2004.04.26
개인서버로 메일 서버 및 기타 서버를 운영할 때 메일 및 서비스 절대 못 하게 하기...(xp이상) [3] 그냥이렇게。 2004.04.20
Apache 보안 [4] u2em 2004.04.05
초보자를 위한 Windows용 Apache2 + PHP + MySQL 설치 [7] PCLab 2004.03.29
경량화 리눅스 'Linux Annyung' [5] u2em 2004.03.27
Apache 자체 Log 관리 87K300 2004.03.20
-초보의 초보대상 강좌-커널 패치하기... [2] 87K300 2004.03.19
xampp 1.3 설치해 보기(winxp) [3] 이주성 2004.03.03
apache,php,mysql,zendoptimizer,phpmyadmin 다운 받기 [5] 이성헌 2004.02.28
Serv-U의 보안 설정 [1] 87K300 2004.02.24
Windows XP 에서 Apache 2 + PHP 5 + SQLite 설치하기 [8] 엔젤퀸 2004.02.23
[XAMPP]한 컴퓨터에서 여러 개의 홈페이지 운영하는 방법(가상호스트 아님) [8] The Darkness 2004.02.05
procmail로 마이둠 웜(MyDoom Worm) 필터링 좋은진호 2004.02.04
[초보강좌] 윈도우 서버의 용량 제한~~!! [17] file HoYa™ 2004.01.08
리눅스 서버 설치 및 관리에 따른 초보경험담을 게시판에 담아... [1] eversun 2004.01.05