Ivan Carey wrote:
> Hello,
> how do I send information to a php page from a menu list?
>
> When a user selects an item from the list I would like to be able to
> send "selcategoryid" to faqbycat.php without the use of a submit
> button.
>
> Is it done by using the onChange event? if so how may this be done?

try:
<select name="selcategoryid" onChange="JavaScript: this.submit();">

Grtz Erwin



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

Reply via email to