hi,
How to disable a link on a web page.
is there any option availble in HTML by which we can represnt alink in a
relative link in a disabled form i.e. clicking on link , it shoud not dispaly any page it attached with.
pls help.
mhm, I suggest to put an anchor on the same page. In this case when the user click the link the page will not reload. <a name="here"/> and the link should be <a href="#here">Text of the link</a>.
Are you suggesting that a series of navigation links on the page for the site exists. These links are shared on multiple pages. If you click HOME, for example, when you go to home page the ALINK aspect of the link will disable it?
I wonder if you could use CCS and make the link change to HIDDEN when it is ALINK, I bet you can.