View Single Post
Old 06-25-2002, 05:17 PM   PM User | #4
whackaxe
Senior Coder

 
Join Date: Jun 2002
Location: paris, france
Posts: 1,216
Thanks: 0
Thanked 0 Times in 0 Posts
whackaxe is an unknown quantity at this point
if it is conditional dissabling you want then you could try this

if (something = true)
{
document.thefrom.thetextbox.dissabled = true
}
else
{
document.theform.thetextbox.dissabled = false
}
__________________
photoshop too expensive? use the GIMP! www.gimp.org
whackaxe is offline   Reply With Quote