> Can anyone tell me how I can make the URL that comes in the
> message body to
> be opened in a new window. As in hotmail, whenever a http
> link comes to my
> mail and when I click on the link, it opens in a window. How
> can I do this
> in my IMAIL web mails. Please help me in this regard!

Easy fix. In your readmail.html file, put this line of code between your
<head> and </head> tags:

 <base target="_blank">

Now, each link clicked on that page will open in a new, fresh window.
But you're not done... you need to find every "legitimate" link built in
to that page, and in the <a href> tag put target="_self", like so:

 <a href="internalLink" target="_self">Internal Link</a>

Hope this helps,
Ron

ron allen hornbaker    humankind systems, inc.     mailto:[EMAIL PROTECTED]
HKSI WebMail Templates for IMail v6x ~ Now 612 Installations Worldwide
Demo: http://mail.hksi.net   Buy: http://humankindsystems.com/products





Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to