Hotmail replace links

liunx

Guest
Hi, Guys.<br />
<br />
How I can sent e-mails to hotmail without replace my link href.<br />
For example my link href=http://www.webdeveloper.com/forum/archive/index.php/"http://35.96.131.131/some..." hotmail<br />
replace on "http://lw9fd.law9.hotmail.msn.com/cgi-bin/HoTMaiL?curmbox=...".<br />
Please help me!<!--content-->you want to send emails to hotmail or a hotmail account?<!--content-->Originally posted by 96turnerri <br />
you want to send emails to hotmail or a hotmail account? <br />
<br />
I want to send emails to hotmail accounts, for example <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->. In body email I put links, for example <!-- m --><a class="postlink" href="http://someone.com">http://someone.com</a><!-- m -->. Hotmail replace this link on<br />
<!-- m --><a class="postlink" href="http://lw9fd.law9.hotmail.msn.com/cgi-bin/HoTMaiL...">http://lw9fd.law9.hotmail.msn.com/cgi-bin/HoTMaiL...</a><!-- m -->. How I can to fix it?<!--content-->if i do <!-- m --><a class="postlink" href="http://[email protected]">http://[email protected]</a><!-- m --> it takes me to my hotmail account why dont you just change it to the send url with the users email in?<!--content-->If I understand you right, you may be able to use something like this. Be aware it will fail for users with JS disabled.<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"#" onclick="window.location.href ='http://www.example.com'; return false;">Go to example.com</a><br />
<br />
Adam<!--content-->hmm but that just a normal link by the looks of things dont think thats what hes after, may be wrong tho<!--content-->
 
Back
Top