Click to See Complete Forum and Search --> : Enabling & Disabling form controls - Fieldset


Tamz
07-29-2005, 05:03 AM
Hi there

I am trying to disable and enable certain text boxes on a form using the fieldset tags but have had not much luck as yet. :confused:

All I want it to do, is let me enter a date and once this date is entered it must enable a specific section. if the date is cleared so to must the textboxes be disabled and cleared.

date: empty

then these two should be disabled
name :
surname :

date: populated

then these two should be enabled
name :
surname :

Any help would be greatly appreciated.

Tamz
07-29-2005, 05:15 AM
hi again

after doing another search I think I may have found what I was looking for :

http://www.webdeveloper.com/forum/showthread.php?t=55876&highlight=fieldsets

cheers

minority
07-29-2005, 06:48 AM
This should be in the javascript forum not in asp asp is only server side and can only effect fields by refreshing the page each time.

Tamz
08-02-2005, 07:32 AM
This should be in the javascript forum not in asp asp is only server side and can only effect fields by refreshing the page each time.

Sorry ...now i know for next time