»
EnglishFrenchVietnamese

Print - Hidden Affiliate Link - JavaScriptBank.com

Full version: jsB@nk » Link » Hidden Affiliate Link
URL: https://www.javascriptbank.com/hidden-affiliate-link.html

Hidden Affiliate Link © JavaScriptBank.comMany times you don't want your users to know that they are clicking on an affiliate link. This script will keep the link from displaying in the browser's status bar.

Full version: jsB@nk » Link » Hidden Affiliate Link
URL: https://www.javascriptbank.com/hidden-affiliate-link.html



JavaScript
<script language="javascript">/*Created by: Will Bontrager :: http://www.bontragerconnection.com/In the following code, replace __A__ with your affiliate link URL,replace __B__ with the final destination URL,and replace __C__ with your link text or image.The link should all be placed on one line. */</script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<a href="__A__" onmouseover="window.status='__B__'; return true;" onmouseout="window.status=''; return true;">__C__</a><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->