#1 (permalink)  
Old 01-17-2007, 03:53 AM
Registered User
 
Join Date: Jan 2007
Posts: 4
site works on one server – on another not

hi, got a peculiar problem with a site of a client of mine.

i'm no programmer so i use golive to produce web stuff. i'm not even sure that its javascript that we're talking about here.

on this site, i've used loads of frames and need golive's 'actions' to make everything work. basically i use the target2frames action to make the navigation work. and on the opening page i have a randomimage action.

anyways, everything worked fine until recently. after doing a minor upgrade the actions stopped working. uploading everytning again didn't help, nothing helped. then i decide to try it on our own service provider, and voila, works perfectly. have called the other service provider a few times, but no help. any ideas?

the site is in these locations
http://www.nonjetable.com/index1.html – the real server (does not work)
http://www.onion-berlin.com/nonjetable – our server (works)

thanks for any help...
Reply With Quote

  #2 (permalink)  
Old 01-17-2007, 10:14 AM
Leprakawn's Avatar
Moderator
 
Join Date: Jan 2004
Location: Outside, and playing with your invisible friends.
Posts: 1,130
Send a message via AIM to Leprakawn Send a message via Yahoo to Leprakawn
Well, maybe it is kind of like PHP/ASP. I can run PHP on my server because of my host; however, I cannot run PHP at work because the U.S. government does not have PHP loaded on the server.

There are other ways to make random images work...
HTML Code:
</head>
<body>
<script language="JavaScript"> 
<!-- 
var imagesarr = new Array( 
"001.jpg", 
"002.jpg", 
"003.jpg", 
"004.jpg", 
"005.jpg"); 

var commentsarr = new Array( 
"Description 01", 
"Description 02", 
"Description 03", 
"Description 04", 
"Description 05"); 
// --> 
</script> 

<script language="JavaScript"> 
<!-- 
var los = Math.floor(Math.random() * imagesarr.length) 
document.write ("<IMG SRC='"+imagesarr[los]+"' ALT='"+commentsarr[los]+"'>"); 
// --> 
</script>
__________________
Like my spiffy, unique signature?
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Code:
         ...,,.,.,.
        /          \
__oooo__[///]--[\\\]__oooo__
Reply With Quote
  #3 (permalink)  
Old 01-18-2007, 03:11 AM
Registered User
 
Join Date: Jan 2007
Posts: 4
thanks for the random image script. i'll give it a try at some point (when i get this to work first)...
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Back from being gone.. Comments for this site jazzy_rosez Show Off Your Site 14 10-27-2006 07:43 PM
My site is totaly messed up in Firefox/Opera SweScape Programming and Scripting 3 09-21-2006 01:14 AM
Importance of Website in Online Business pay786 Off-Topic 0 07-18-2006 06:22 AM


All times are GMT -5. The time now is 05:03 PM.

 
Bitrix
Clicky Web Analytics
CloudContacts
Maxtango


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter