I want javascript code to hide the hyperlink whenever user start mouse over on the link.
Help me please...

Recommended Answers

All 2 Replies

you can just using css, a:hover I think.

this would be something like

<a onclick="window.location.href='http://your-affiliate-link'>Text</a>

so user will not see any text in the status bar, when he/she moves over the link.
if you need to display some text in status bar u can use "onmouseover"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.