Click to See Complete Forum and Search --> : Hotmail replace links


AlexK2
11-02-2003, 08:46 AM
Hi, Guys.

How I can sent e-mails to hotmail without replace my link href.
For example my link href="http://35.96.131.131/some..." hotmail
replace on "http://lw9fd.law9.hotmail.msn.com/cgi-bin/HoTMaiL?curmbox=...".
Please help me!

96turnerri
11-04-2003, 08:05 AM
you want to send emails to hotmail or a hotmail account?

AlexK2
11-06-2003, 04:22 AM
Originally posted by 96turnerri
you want to send emails to hotmail or a hotmail account?

I want to send emails to hotmail accounts, for example someone@hotmail.com. In body email I put links, for example http://someone.com. Hotmail replace this link on
http://lw9fd.law9.hotmail.msn.com/cgi-bin/HoTMaiL.... How I can to fix it?

96turnerri
11-06-2003, 06:03 AM
if i do http://richard_turner95@hotmail.com it takes me to my hotmail account why dont you just change it to the send url with the users email in?

AdamGundry
11-06-2003, 02:47 PM
If I understand you right, you may be able to use something like this. Be aware it will fail for users with JS disabled.

<a href="#" onclick="window.location.href = 'http://www.example.com'; return false;">Go to example.com</a>

Adam

96turnerri
11-06-2003, 03:17 PM
hmm but that just a normal link by the looks of things dont think thats what hes after, may be wrong tho