>javascript in this page verifies user configuration (screen, java 
>enabled, platform etc) and stuffs this data into a hidden form then 
>sends it back to index.html where data will be used to understand 
>whether we can rely on jscript and cookies within this session.

Aha!

What you probably should do is have your index.php page spew out some
JavaScript that re-directs them to the JavaScript-enabled home page, and
then whatever you wish to display to the non-JavaScript users.

The JavaScript users will end up on the other home page, and the
non-JavaScript users won't.

Separate the non-JavaScript users right away.

-- 
Like Music?  http://l-i-e.com/artists.htm


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

Reply via email to