javascript – onmouseover not working right
-
I am trying to do some email link cl0aking. This javascript (close to it anyway) works on normal html pages:
<img src=”https://www.palmerpatent.com/images/emad.jpg”/>
<script type=text/javascript>function basbedg(sDom, sUser){return(“mail”+”to:”+sUser+”@”+sDom.replace(/%23/g,”.”));}</script>It doesn’t seem to be working. Right now, clicking on the image only sends me to the link – where as it should be launching my email app.
The cloaking script is from:https://reliableanswers.com/js/mailme.asp
Any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘javascript – onmouseover not working right’ is closed to new replies.