> and in javascript when i say for example alert(category) it gives me
undefined....
> doesn't javascript see variables passed with the url???

Nope.  You'll have to parse the URL and search for your variables.
Take a look at using the location.search property.

Maxwell



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

Reply via email to