Re: How to disable a image link once clicked?
Posted By:
Xavier_Hurtado
Posted On:
Thursday, June 27, 2002 11:10 AM
You can change the value of href property of the anchore object that contains the image to a value that instructs the link to do nothing.
You could write a javascript sentence that looks like that...
document.all.pul.href = 'javascript:void(\'\');';
pul is the ID of the anchore.