Search found 4 matches

by roseplant
Mon Mar 20, 2006 1:26 pm
Forum: Javascript
Topic: JS: disabling/enabling a field based on selectbox input
Replies: 2
Views: 605

i just figured it out. I removed the "javascript:" bit and it worked fine.
by roseplant
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...
by roseplant
Mon Mar 20, 2006 12:59 pm
Forum: Databases
Topic: need help with a sql query
Replies: 3
Views: 538

Sorry for the late reply - we have an extended paddy's day here in Ireland :D

That solution worked a charm , thanks a lot guys!
by roseplant
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...