Hecchan wrote:
<noscript>
<meta http-equiv="Refresh" content="0; URL=<?php echo $_SERVER['PHP_SELF'];?>?UA_js=false" />
</noscript>

I do something similar to this at http://contactjuggling.org/


if the server thinkks JavaScript is set, then it uses the above to make sure. Otherwise, it puts this in the header:
<script type="text/javascript">document.location="/?s=1"</script>


Kae

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



Reply via email to