Date:  12/12/2002 07:10:33 AM Msg ID:  001125
From:  Don Dascher Thread:  001125
Subject:  Disable Textboxes dynamically in Frontpa
My next challenge is finding a way to dynamically DISABLE textboxes (and other objects) using Frontpage as my HTML editor.   I know I can go into the HTML code and put in the keyword DISABLED within the INPUT tag. 
 
Is that the only way to do that ?
 
When I was creating the HTML by hand I would put in <%= iif(lEditMode,"","DISABLED") %> inside the INPUT tag. 
 
Is that what I will have to do here also ?