Re: 2 questions: Search in array and detect JS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux