|
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
|