2 Nov
2000
2 Nov
'00
5:10 p.m.
On Thu, 2 Nov 2000, Daniel Rusch wrote:
Advice: client issues should be dealt with on client side.
Great I agree completely, except if the client has Java/JavaScript turned off it is pretty darn difficult to have client issues dealt with on client side!!!!!!
<html><head> <script languagae=javascript> window.location = "/site/with/js/" </script> <meta http-equiv=refresh content="5; url=/site/nojs/"> </head><body> <p>Loading, please wait...</p> </body></html> Oleg. ---- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.