Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 02-04-2005, 10:18 AM   #1 (permalink)
Upright
 
[javascript?] redirect if network resource is down

Hey all,

I really am not very gifted with knowledge of java, but I like running my own website for myself and my friends. I sometimes use my university web space, but also have my computer set up as a webserver (for large files that exceed my quota). Sometimes however my computer is off or my cable modem is down. Basically I was wondering if there is a script that will check if my computer is up and running, and if so direct traffic there, otherwise display a secondary "backup" website instead.

Thanks much!
bunyan29 is offline  
Old 02-04-2005, 02:38 PM   #2 (permalink)
Psycho
 
noodles's Avatar
 
Location: sc
with javascript? nope.
try something like php/asp/perl (maybe), etc. no guarantees, but i could see at least a reasonable way or two you could possibly do it.
__________________
This is what is hardest: to close the open hand because one loves.
Nietzsche
noodles is offline  
Old 02-06-2005, 07:09 PM   #3 (permalink)
Tilted
 
Location: Boston
Quote:
Originally Posted by noodles
with javascript? nope.
Well, actually you can - with the XMLHttpRequest library (which really has nothing to do with XML at all, simple HTTP requests), you can get a quick HEAD from a page on your server and display different links depending on the results.

It's not necessarily the best way to do it, but depending on what you need it's probably not the worst either - it will work just as well as any server-side technique.
franzelneekburm is offline  
Old 02-06-2005, 08:51 PM   #4 (permalink)
Psycho
 
noodles's Avatar
 
Location: sc
Quote:
Originally Posted by franzelneekburm
Well, actually you can - with the XMLHttpRequest library (which really has nothing to do with XML at all, simple HTTP requests), you can get a quick HEAD from a page on your server and display different links depending on the results.

It's not necessarily the best way to do it, but depending on what you need it's probably not the worst either - it will work just as well as any server-side technique.
oh, hey, i didn't know that existed (even though i'm not suprised it does). i guess i'll have to remember that
__________________
This is what is hardest: to close the open hand because one loves.
Nietzsche
noodles is offline  
 

Tags
javascript, network, redirect, resource


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



All times are GMT -8. The time now is 09:53 AM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73