This topic is locked

Hyperlink in Email Glitch

11/25/2008 8:57:31 AM
PHPRunner General questions
R
ringah author

Hi, have some code (on _add page) to create a hyperlink in email based around a filename stored in the database...
$message.="<a href=http://www.mysite.com/_Documents_view.php?editid1=".$values["Doc_ID"]."; target=_blank>click here to login and review the document</a>";
the basic code worked and when the link is clicked within Outlook works fine...but when I click on the link (from the same email) in webmail the webmail address gets prefixed something like:
http://mail.google.com/www.mysite.com/_Doc...ditid1=163'
Any pointers on how to construct the code so that the link just opens straight into a new tab from either Outlook or Webmail greatly appreciated...