SoftoRooM LifeRooM Whois RSS GZip WAP Поиск Правила Помощь Disclaimer
Твой софтовый форумТвой софтовый форумТвой софтовый форумТвой софтовый форум

Здравствуйте Гость ( Вход | Регистрация )

веб галерея


 
post 6.03.2007 - 7:52
Отправлено #1
eston4ik



Бывалый
*

Профиль
Группа: Пользователи
Сообщений: 47
Регистрация: 23.08.2005
Пользователь №: 37.834


Респектов: 0
----------


Предупреждений:  


создал с помощью acd see html альбомы и загрузил через ftp на сайт (orgfree.com) а там когда захожу на страницу ниче нету только пустые страницы без изображений.пробовал другие стили альбомов тоже но не помогает.в чем может быть проблема?
User is offlineProfile CardPM
Go to the top of the pageGo to the end of the page
+Quote Post

 
Reply to this topicStart new topicStart Poll
Ответов(1 - 6)
 
post 6.03.2007 - 8:05
Отправлено #2
walet



Семнадцатилетний капитан
[SoftoRooMTeaM] Group Icon

Профиль
Группа: Модераторы
Сообщений: 1.198
Регистрация: 26.07.2006
Из: Анапа
Пользователь №: 20


Респектов: 239
-----XX---




код страницы можешь показать?
User is offlineProfile CardPM
Go to the top of the pageGo to the end of the page
+Quote Post

 
post 6.03.2007 - 19:28
Отправлено #3
eston4ik



Бывалый
*

Профиль
Группа: Пользователи
Сообщений: 47
Регистрация: 23.08.2005
Пользователь №: 37.834


Респектов: 0
----------


Предупреждений:  


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Walls</title>
<link href="../../css/stylesheet.css" rel="stylesheet" type="text/css" />
<script language="JavaScript1.1">
var playing = 0
var timeoutID = 0
var slideShowNextLink = "../../pages/image/imagepage2.html"
var slideShowDelay = 3000

// Browser detection
var agt = navigator.userAgent.toLowerCase();
var is_ie = (agt.indexOf("msie") != -1);

if (location.href.indexOf("?") != -1) {
urlQuery = location.href.split("?")
playing = parseInt(urlQuery[1])
}

if (playing == 1) {
startSlideShow()
}

function slideShow() {
window.location.href = slideShowNextLink + "?" + "1"
timeoutID = setInterval("slideShow()", slideShowDelay);
}

function startSlideShow() {
clearTimeout(timeoutID)
timeoutID = setInterval("slideShow()", slideShowDelay);
}

function stopSlideShow() {
clearTimeout(timeoutID)
if (is_ie) {
fakeTimeoutID = setInterval("redirectDelay()", 0);
}
else {
redirectDelay();
}
}

function redirectDelay() {
tempArray = window.location.href.split("?")
window.location.href = tempArray[0]
}
_/script_
</head>
<body>
<div id="wrapper">
<div id="logohead">
<img src="../../images/logo/headerlogo.gif" />
</div>
<div id="pagehead">
<div class="left">xxxxx.com
 » 
Eston4ik</div>
<div class="right">
<a href="mailto:eston4ik@gmail.com">eston4ik@gmail.com</a>
</div>
<div class="clearer"> </div>
</div>
<div class="imagenav">
<div class="left">
<strong>Slideshow: </strong>
<a href="javascript:void(0)" name="slideShowControl" onclick="startSlideShow()">Start</a> | <a href="javascript:void(0)" name="slideShowControl" onclick="stopSlideShow()">Stop</a>
</div>
<div class="right">
« Previous  |  
<a href="../../index.html">Home</a>  |  
<a href="../../pages/image/imagepage2.html">Next</a> »
</div>
<div class="clearer"> </div>
</div>
<div id="mainimage">
<a href="../../images/fullsize/wallpaper1.JPG">
<img src="../../images/image/wallpaper1.JPG" width="397" height="298" />
</a>
</div>.........итд.
вот видно только logo.gif когда захожу а другие нет..
User is offlineProfile CardPM
Go to the top of the pageGo to the end of the page
+Quote Post

 
post 9.03.2007 - 23:37
Отправлено #4
дымчик



Специалист
[SoftoRooMTeaM] Group Icon

Профиль
Группа: Модераторы
Сообщений: 459
Регистрация: 8.11.2005
Из: Санкт-Петербург
Пользователь №: 64.615


Респектов: 63
-----X----




Проблема может быть в неправильных путях до файлов...
User is offlineProfile CardPM
Go to the top of the pageGo to the end of the page
+Quote Post

 
post 10.03.2007 - 3:18
Отправлено #5
Pascaller



профи!
Group Icon

Профиль
Группа: Наши Люди
Сообщений: 811
Регистрация: 6.11.2005
Пользователь №: 63.770


Респектов: 237
-----XX---




помоему твой хостинг банально не поддерживает JavaScript
User is offlineProfile CardPM
Go to the top of the pageGo to the end of the page
+Quote Post

 
post 10.03.2007 - 7:24
Отправлено #6
walet



Семнадцатилетний капитан
[SoftoRooMTeaM] Group Icon

Профиль
Группа: Модераторы
Сообщений: 1.198
Регистрация: 26.07.2006
Из: Анапа
Пользователь №: 20


Респектов: 239
-----XX---




узнай о хосте. хотя щас токо в музеях js не поддерживают.
и попробуй вместо относительных адресов написать абсолютные
User is offlineProfile CardPM
Go to the top of the pageGo to the end of the page
+Quote Post

 
post 10.03.2007 - 9:45
Отправлено #7
de1ay



Cardable Unit
[SoftoRooMTeaM] Group Icon

Профиль
Группа: СуперМодераторы
Сообщений: 3.840
Регистрация: 14.10.2005
Из: EU
Пользователь №: 1.010


Респектов: 610
-----XXXX-




Банально. Дымчик по делу говорит. smile.gif

QUOTE
<link href="../../css/stylesheet.css"


QUOTE
"../../pages/image/imagepage2.html"


Далее в том же духе wink.gif
User is offlineProfile CardPM
Go to the top of the pageGo to the end of the page
+Quote Post


Reply to this topicTopic OptionsStart new topic
 


  Яндекс цитирование   Rambler's Top100
LITE - версия | WAP - версия