Jellybean
12-16-2004, 02:26 AM
Hi,
I am doing something like the email system. Right now, I need to send an html email with a hyperlink.
All goes well, except that the hyperlink address in the emails (during my trial runs) show this:
http://mail.yahoo.com/config/login?/ \"http://www.example.com\"
Upon clicking this link, the portion in red will always prompt for the yahoo! login in id and password, instead of directing the reader to the link http://www.example.com
May I know how can I get rid of the unnecessary red portion? :confused:
My code is:
$message="<a href=\"http://www.example.com/example.html\"><i>Example Website</i></a>";
Any advise is most appreciated.
Thanks for reading.
Regards,
Jellybean :D
I am doing something like the email system. Right now, I need to send an html email with a hyperlink.
All goes well, except that the hyperlink address in the emails (during my trial runs) show this:
http://mail.yahoo.com/config/login?/ \"http://www.example.com\"
Upon clicking this link, the portion in red will always prompt for the yahoo! login in id and password, instead of directing the reader to the link http://www.example.com
May I know how can I get rid of the unnecessary red portion? :confused:
My code is:
$message="<a href=\"http://www.example.com/example.html\"><i>Example Website</i></a>";
Any advise is most appreciated.
Thanks for reading.
Regards,
Jellybean :D