Search found 4 matches
- Mon Mar 20, 2006 1:26 pm
- Forum: Javascript
- Topic: JS: disabling/enabling a field based on selectbox input
- Replies: 2
- Views: 605
- Mon Mar 20, 2006 1:11 pm
- Forum: Javascript
- Topic: JS: disabling/enabling a field based on selectbox input
- Replies: 2
- Views: 605
JS: disabling/enabling a field based on selectbox input
I have absolutely no knowledge of JS but I just need to use it here if someone can help me with 2 or 3 lines of code. I have a selectbox, name=h_location_id. values: 1,2,3...10, 'other' I have a text box, name=h_location_name , starts off disabled. Now when the option OTHER is selected in the select...
- Mon Mar 20, 2006 12:59 pm
- Forum: Databases
- Topic: need help with a sql query
- Replies: 3
- Views: 538
- Thu Mar 16, 2006 10:40 am
- Forum: Databases
- Topic: need help with a sql query
- Replies: 3
- Views: 538
need help with a sql query
I'm quite inexperienced in mysql so this one has me stumped. The mission, should you care to accept it, is as follows: A database of, oh lets be classical and say, Widgets. Table : widgets. Columns: widget_id,widget_name Sample data: 1,SnazzyWidget 2,SleepyWidget Table: widget_attributes Columns: at...