You could use a dummy page, with 

<META HTTP-EQUIV="Refresh" CONTENT="0;URL=newpage.php?jscript=off">
<SCRIPT>
location.href='newpage.php?jscript=on';
</SCRIPT>

What this should do is redirect if javascript is enabled or disabled
giving you a URL variable to parse. I have not tested it but
theorectically could work.

Matt Babineau
MCWD / CCFD
-----------------------------------------
e: [EMAIL PROTECTED]
p: 603.943.4237
w: http://www.criticalcode.com
PO BOX 601
Manchester, NH 03105


-----Original Message-----
From: Dennis Gearon [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, July 31, 2002 12:12 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Browser Javascript capabilities


Is it possible from the browser requests to tell if it is jscript
enabled so that an appropriate page can be sent for en/disabled
browsers?
-- 

If You want to buy computer parts, see the reviews at:
http://www.cnet.com/ **OR EVEN BETTER COMPILATIONS**!!
http://sysopt.earthweb.com/userreviews/products/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to