different approach using JavaScript...
// drop down redirect
function doRedirect(value) {
if ((value != "") || (value != "0")) {
self.location=value;
} else {
alert('Please Make a Selection');
return false;
}
}
//-->
< make a selection >
Bueno,
Javier
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 thi
Hello Ivan,
Don't set a value for that tag!
echo "$faqcats";
no need to "name" the tag too, setting the value will be enough.
when you submit your form, faqbycat.php will receive $selcategoryid as the
user chose from that select list.
Elias,
"Ivan Carey" <[EMAIL PROTECTED]>
3 matches
Mail list logo