R
Robert Bravery
HI all,
I'm new to html and havascript. I want an alert box to apear when a user
selects a certain selection from a selet dropdownbox.
The select box is populated with data from a lookuptable from mysql. I have
assigned the table key to the value of the select box, and the description
column to the text of the select box. The table has one more column 'closed'
which is a int value of eother 1 or 0.
I would like the alert box to apear only when the users selects an option
that has a corresponding value of 1 in the 'closed' column.
Any help appreciated
Thanks
Robert
I'm new to html and havascript. I want an alert box to apear when a user
selects a certain selection from a selet dropdownbox.
The select box is populated with data from a lookuptable from mysql. I have
assigned the table key to the value of the select box, and the description
column to the text of the select box. The table has one more column 'closed'
which is a int value of eother 1 or 0.
I would like the alert box to apear only when the users selects an option
that has a corresponding value of 1 in the 'closed' column.
Any help appreciated
Thanks
Robert