묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
[JavaScript] 소스좀 가볍게 수정해 주시구, 옵션 하나만 달아 주세요.
2003.02.06 10:18
아래 소스를 가볍게 수정해 주셨으면 하구요.
이왕이면 레이어 이용하지 않고선 페이지에 아무것도 없게 해 주심 좋겠구요.
타겟 설정할 수 있도록 해 주셨으면 합니다.
그럼 수고좀 부탁드립니다.
제발 ㅠ.ㅠ
===================================================
<html>
<head>
<title>http://eplip.80port.net/guruguru/</title>
<script language="JavaScript">
<!--
//if(document.all)document.write('<embed src="tting.wav" width="100" height="100" border="0" hidden="true" autostart="false"><embed src="tting2.wav" width="100" height="100" border="0" hidden="true" autostart="false">')
if(document.all)document.write('+ '+ '<bgsound id="kts">')
//if(document.layers){alert('+ 'Sorry Netscape User~! ^^;');document.write('죄송합니다. 이 홈페이지는 넷스케이프에서는 보실 수 없습니다.')}
var timer1=null
var a=0
var GoUrl="http://eplip.80port.net/guruguru/";
function cnt(){
form1.text1.value = a
a--
kts.src='tting.wav'
timer1=setTimeout('cnt()',0)
if(a==-1){
//kts.src='tting2.wav';
clearTimeout(timer1);
setTimeout('top.location=GoUrl',0)}
}
function cnt2(){
clearTimeout(timer1)
form1.text1.value='Go'
setTimeout('top.location=GoUrl',0)
}
//-->
</script>
</head>
<body onload=cnt()>
<div name="layer2" style="visibility:hidden;">
<form name="form1" method="get">
<input name="text1" readonly>
<input type="button">
</div>
</body>
</html>
이왕이면 레이어 이용하지 않고선 페이지에 아무것도 없게 해 주심 좋겠구요.
타겟 설정할 수 있도록 해 주셨으면 합니다.
그럼 수고좀 부탁드립니다.
제발 ㅠ.ㅠ
===================================================
<html>
<head>
<title>http://eplip.80port.net/guruguru/</title>
<script language="JavaScript">
<!--
//if(document.all)document.write('<embed src="tting.wav" width="100" height="100" border="0" hidden="true" autostart="false"><embed src="tting2.wav" width="100" height="100" border="0" hidden="true" autostart="false">')
if(document.all)document.write('+ '+ '<bgsound id="kts">')
//if(document.layers){alert('+ 'Sorry Netscape User~! ^^;');document.write('죄송합니다. 이 홈페이지는 넷스케이프에서는 보실 수 없습니다.')}
var timer1=null
var a=0
var GoUrl="http://eplip.80port.net/guruguru/";
function cnt(){
form1.text1.value = a
a--
kts.src='tting.wav'
timer1=setTimeout('cnt()',0)
if(a==-1){
//kts.src='tting2.wav';
clearTimeout(timer1);
setTimeout('top.location=GoUrl',0)}
}
function cnt2(){
clearTimeout(timer1)
form1.text1.value='Go'
setTimeout('top.location=GoUrl',0)
}
//-->
</script>
</head>
<body onload=cnt()>
<div name="layer2" style="visibility:hidden;">
<form name="form1" method="get">
<input name="text1" readonly>
<input type="button">
</div>
</body>
</html>