[Zope] Check for JavaScript:
Oleg Broytmann
phd@mail2.phd.pp.ru
Thu, 2 Nov 2000 20:10:40 +0300 (MSK)
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.