Hey, Thanks for replying. ------------------------ 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-----------------------------Nice, most of the methods discussed focuses on the fact that you are sending this person from a previous page,eg:index.php to-> contact_us.phpbut what if you are using AJAX on the first page (eg: index.php)then isnt the " location.href = '/url/for/ajax/index2/page.php';" the best solution?Cheers!Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php