묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
로딩효과 에러에 대해서...
2003.12.19 23:45
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script language=javascript>
n = document.layers
ie = document.all
function hide() {
if (ie || n) {
if (n) document.Load.visibility = "hidden"
else Load.style.visibility = "hidden"
}
}
</script>
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<link rel=StyleSheet HREF=../style.css type=text/css title=style>
<script>
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;
</script>
<title>Hedz2U×偕疇鬪惟</title>
</head>
<body bgcolor='white' text='black' leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" onload="hide()">
<script language=javascript>
if(ie || n) document.write('<div id="Load" style="position:absolute;width:100%;height:100%;top:0;left:0;background-color:#ffffff;z-index:5"><? include "../load/load.php"; ?></div>')
</script>
</body>
</html>
이렇게 하였는데 에러가 나네요..
http://hedz2u.com/hedz2u
요기거덩요 이거 안되네요.. 될것같기도 한데 안되구..
참고로 이거랑 연결되 php도 보여드리겠습니다..
이건 랜덤소스
<?
function Random($dir){
$handle = opendir($dir);
while (($file = readdir($handle))!==false){
if($file != "." && $file != ".."){
$Image[] = $file;
}
}
closedir($handle);
$Random = time()%count($Image);
echo "<img src='$dir/$Image[$Random]'>";
}
Random("../load");
?>
꼭좀 부탁드립니다..
그리고 또 하나더 있는데
http://hedz2u.com/load/load.php 는 되는데 http://www.hedz2u.com/load/load.php 는 안되네요..
이건 어떻게 해결해야하나요?
답변 부탁드립니다. 수고하세요~~
꾸벅~
<html>
<head>
<script language=javascript>
n = document.layers
ie = document.all
function hide() {
if (ie || n) {
if (n) document.Load.visibility = "hidden"
else Load.style.visibility = "hidden"
}
}
</script>
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<link rel=StyleSheet HREF=../style.css type=text/css title=style>
<script>
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;
</script>
<title>Hedz2U×偕疇鬪惟</title>
</head>
<body bgcolor='white' text='black' leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" onload="hide()">
<script language=javascript>
if(ie || n) document.write('<div id="Load" style="position:absolute;width:100%;height:100%;top:0;left:0;background-color:#ffffff;z-index:5"><? include "../load/load.php"; ?></div>')
</script>
</body>
</html>
이렇게 하였는데 에러가 나네요..
http://hedz2u.com/hedz2u
요기거덩요 이거 안되네요.. 될것같기도 한데 안되구..
참고로 이거랑 연결되 php도 보여드리겠습니다..
이건 랜덤소스
<?
function Random($dir){
$handle = opendir($dir);
while (($file = readdir($handle))!==false){
if($file != "." && $file != ".."){
$Image[] = $file;
}
}
closedir($handle);
$Random = time()%count($Image);
echo "<img src='$dir/$Image[$Random]'>";
}
Random("../load");
?>
꼭좀 부탁드립니다..
그리고 또 하나더 있는데
http://hedz2u.com/load/load.php 는 되는데 http://www.hedz2u.com/load/load.php 는 안되네요..
이건 어떻게 해결해야하나요?
답변 부탁드립니다. 수고하세요~~
꾸벅~