LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   page redirect after selecting option in html (https://www.linuxquestions.org/questions/programming-9/page-redirect-after-selecting-option-in-html-323066/)

juanbobo 05-13-2005 06:10 AM

page redirect after selecting option in html
 
In HTML and PHP I am trying to figure out how to cause an action as a result of solely selecting an item from a dropdown menu and not submitting the form. I know I've seen this before, but I am not sure how it is possibe, maybe JavaScript is necessary? I don't need specific code, just a method.

Thanks,

John

theYinYeti 05-13-2005 07:05 AM

Indeed Javascript is needed. You'll use 'onchange' on the 'select' element.

Yves.


All times are GMT -5. The time now is 08:43 PM.