for js detection, you can use that in a previous page :
<script type="text/javascript">
document.write('<a href="ajax-page.html">page</a>');
</script>
<noscript><a href="simple-page.html">page</a></noscript>it is simple, and work fine. no need to have cookies enable -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

