| View previous topic :: View next topic |
| Author |
Message |
Nanou
Joined: 24 Nov 2009 Posts: 30
|
Posted: Thu Nov 26, 2009 9:48 pm Post subject: |
|
|
when the server is down, there is nothing to send it to the html on my web server.
In my iframe tag, I've put the http://adresse:port/status.xsl link...so if it is not open, it sends nothing so i get a blank page.
voilaa
;P |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Nov 26, 2009 11:35 pm Post subject: |
|
|
that's a different issue, if a server that a browser tries to contact becomes inaccessible then yes it will show an error after all what else would you expect a browser to do, that is nothing new.
If you want to make sure a web page from a web server does not that in any situation then you'll have to get the web server to request the xsl page and format some content locally based on the response. Whether that is triggered every N seconds or driven from external requests is your choice.
karl. |
|
| Back to top |
|
 |
jcr Modérateur français

Joined: 14 Apr 2006 Posts: 544 Location: France, Auvergne
|
|
| Back to top |
|
 |
|