Go Back   CodingForums.com > :: Server side development > Other server side languages/ issues

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rating: Thread Rating: 2 votes, 2.00 average.
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-22-2002, 11:32 AM   PM User | #1
WebMaster
New to the CF scene

 
Join Date: Sep 2002
Location: UK
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
WebMaster is an unknown quantity at this point
Online/Offline Message?

Hello, i was wondering whether there is any code available to display an 'Offline' image when one of my mirrors for my site is offline and an 'online' image when they are online.
Here is the page so far, as you can see the 'online' image is stored on that server, so when its offline the image doesnt show.

I think this isnt very professional though

Any help would be great, cheers
WebMaster is offline   Reply With Quote
Old 09-22-2002, 12:05 PM   PM User | #2
WA
Administrator


 
Join Date: Mar 2002
Posts: 2,596
Thanks: 2
Thanked 19 Times in 18 Posts
WA will become famous soon enough
What you're asking require server side interaction (to connect to the server), which JavaScript cannot do. I'm transfering this thread to the appropriate forum.
__________________
- George
- JavaScript Kit- JavaScript tutorials and 400+ scripts!
- JavaScript Reference- JavaScript reference you can relate to.
WA is offline   Reply With Quote
Old 09-25-2002, 09:36 PM   PM User | #3
redhead
Regular Coder

 
Join Date: Jun 2002
Location: United Kingdom Confused: Often
Posts: 859
Thanks: 0
Thanked 0 Times in 0 Posts
redhead is an unknown quantity at this point
you could try this:

<img src="file on the other server.jpg" onerror="this.src='offline.gif';">...

might be helpful
__________________
redhead

Last edited by redhead; 09-25-2002 at 09:38 PM..
redhead is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
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

Forum Jump


All times are GMT +1. The time now is 05:28 PM.


Advertisement
Log in to turn off these ads.