Forum Moderators: open
The below given is wrong. i need it some similar kind of this. i dont want to use function sepearetely for each link since i need to do give lot of downloading links.
for example
<a href="javascript:;onclick('http://www.mywebsite.com/dwn.exe');">download</A>
Please help me out. thanks in Advance.
As much as I hate trying to hide a link, and as bad practice as it is, here's how you do it:
<a href="http://www.example.com/" onmouseover="window.status='Examples!'; return true;" onmouseout="window.status=''; return true;">Examples!</a>
But, again, please note that I do not at all recommend employing this tactic, as there is zero value to it ... and instead causes user annoyance and accessibility/usability [webmasterworld.com] problems.
i really appreciate your help..
Cheers,
Murali