| |
gtg833b
Posts: 1
Score: 0
Joined: 6/5/2002
From:
Status: offline
|
ok my goal here is to have the state of certain buttons change from disabled to enabled and vise versa depending on which option in a list is selected. I knnow this can be done with java script but i run into problems there because the data that determines which of the buttons should be on or off is dynamic not static and depends on things stored in a database. so i loaded all my info into a vscript array at the page startup with the intention of just calling it uo when i needed it for a switch. total failure with that one. first javascript and vbscript seem to hate each other even there boolean values are not comparable. and to make matters worse i am unable to make the actual selection dynamic. it does all the processing at the get go so the selected value in my list is always null and is never reevaluated. any help anyone could give would be great. a way to get VBSCRIPT to change the disabled/enabled property and some client/server vbscript comunication help is what i am looing for specificaly
|
|