Click to See Complete Forum and Search --> : Re enable link


Mr J
08-05-2003, 04:44 PM
If I add return false to a href link to disable the default action, how do I enable the link again using javascript

Khalid Ali
08-05-2003, 06:09 PM
don't think there is a simple way of doing this.
Since changing the events at ryn time does need more then simple js

Mr J
08-06-2003, 09:26 AM
I am dynamically writing links to a page, the links contain email addresses stored in an array.

On clicking a link I want to validate that it has a valid email address, if it does then proceed, else cancel action and alert.


Hmm ......... I have just thought of something that I will try,
I could check the array prior to the links being written.

Still if anyone has ideas let me know