Click to See Complete Forum and Search --> : disabling a text??


pelegk1
05-28-2003, 03:32 AM
i am looking for a way to disable a link that is defined in <a href=>
i want to enable and disable the link as i want!
i thought to put the link in a text box but then the border of the text box is seen and that not good!
thanks for any idea
peleg

Nevermore
05-28-2003, 03:55 AM
You could put a transparent <div> layer over the top of it and remove it with JavaScript. You just need to make sure it isn't there when you load the page, or none-JavaScript browsers won't be able to use the link.