묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
이거 어떻게되는건지...
2005.07.26 17:52
http://thiq.com/layout_main_pr.phpphp인데
http://thiq.com/layout_main_pr.php
돌다가 본 홈페이지거든요?
어떻게하는건가요?
제로보드에 올라온 사진이 죄다나오는데..
오른쪽버튼누르면 랜덤으로 넘어가고...
http://thiq.com/layout_main_pr.php
돌다가 본 홈페이지거든요?
어떻게하는건가요?
제로보드에 올라온 사진이 죄다나오는데..
오른쪽버튼누르면 랜덤으로 넘어가고...
<html>
<head>
<title>thiq.com-refreshmain</title>
</head>
<body oncontextmenu="location.reload();return false; " bgcolor="black" text="black" link="blue" vlink="purple" alink="red">
<p align="center">
<script>
<!--
// 이미지 사이의 시간 간격(1000 = 1초)
var slidespeed=600000
// 보여줄 이미지들의 경로 - 갯수만큼 만들어줌
//var slideimages=new Array("http://thiq.com/bbs/data/tq_photo/2004_0531_185026AA.jpg","http://thiq.com/bbs/data/tq_photo/2004_0531_185026AA.jpg","","","","","","","","","","","","","","","","","","")
var slideimages=new Array("http://thiq.com/bbs/data/tq_photo/2004_0531_185026AA.jpg")
// 각 이미지들의 링크 - 갯수만큼 만들어줌
// var slidelinks=new Array("http://thiq.com/bbs/data/tq_photo/2004_0531_185026AA.jpg","http://thiq.com/bbs/data/tq_photo/2004_0531_185026AA.jpg","","","","","","","","","","","","","","","","","","")
var slidelinks=new Array("http://thiq.com/bbs/data/tq_photo/2004_0531_185026AA.jpg")
var imageholder=new Array()
var ie55=window.createPopup
for (i=0;i<slideimages.length;i++){
imageholder[i]=new Image()
imageholder[i].src=slideimages[i]
}
// 이미지 크기에 맞게 새창으로 띄우는 함수.
function gotoshow(what) {
var imgwin = window.open('','','scrollbars=no,status=no,toolbar=no,resizable=1,location=no,menu=no,width=10,height=10');
imgwin.document.open();
imgwin.document.write("<html>");
imgwin.document.write("<head>");
imgwin.document.write("<title>+Thiq.com+ PhotoGallery</title>");
imgwin.document.write("<script>\n");
imgwin.document.write("function resize() {\n");
imgwin.document.write("pic = document.il;\n");
imgwin.document.write("if (eval(pic).height) { var name = navigator.appName\n");
imgwin.document.write(" if (name == 'Microsoft Internet Explorer') { myHeight = eval(pic).height + 30; myWidth = eval(pic).width + 12;\n"); // 40 12
imgwin.document.write(" } else { myHeight = eval(pic).height + 0; myWidth = eval(pic).width; }\n"); // 9
imgwin.document.write(" clearTimeout();\n");
imgwin.document.write(" var height = screen.height;\n");
imgwin.document.write(" var width = screen.width;\n");
imgwin.document.write(" var leftpos = width / 2 - myWidth / 2;\n");
imgwin.document.write(" var toppos = height / 2 - myHeight / 2; \n");
imgwin.document.write(" self.moveTo(leftpos, toppos);\n");
imgwin.document.write(" self.resizeTo(myWidth, myHeight);\n");
imgwin.document.write("}else setTimeOut(resize(), 100);}\n");
imgwin.document.write("</script>");
imgwin.document.write("</head>");
imgwin.document.write('<body onclick=window.close() topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="#FFFFFF" oncontextmenu="return false" onselectstart="return false" ondragstart="return false" onkeydown="return false">');
imgwin.document.write("<a href='#a' onfocus=this.blur()><img border=0 src="+slidelinks[whichlink]+" xwidth=100 xheight=9 name=il onload='resize();'></a>");
imgwin.document.write("</body>");
imgwin.document.write("</html>");
imgwin.document.close();
}
//-->
</script>
<TABLE align="center" border=0 cellspacing=0 cellpadding=0 width=130>
<tr>
<td colspan="3" width="100%" align="center">
<a href="javascript:gotoshow()" onfocus=blur()><img src="http://thiq.com/bbs/data/tq_photo/2004_0531_185026AA.jpg" name="slide" style="border-color:#a1a1a1" border=1 width=360 vspacing=10 hspacing=10></a>
</td>
</tr>
</TABLE>
<script language="JavaScript1.1">
<!--
var whichlink=0
var whichimage=0
var pixeldelay= 0
function slideit(){
return
}
slideit()
//-->
</script>
</p>
</body>
</html>