PDA

View Full Version : Disabling...



Mekhu
September 17th, 2001, 13:26
Hey guys.

I have back,forward,print, and close buttons on my site...any clue how I can gray these out when I don't want a user using them?

Thanks,

Mekhu

Dusty
September 17th, 2001, 14:45
how I can gray these out when I don't want a user using them?Add "disabled" to the form element, for example: "<input type=submit disabled>". Works in Netscape 6.x and IE 5.x (probably 6.x, too, but I don't know).

Mekhu
September 17th, 2001, 15:14
THANKS!!!

Owe ya one.

mekhu