> > 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>
>
This works fine. One problem is that the Email addresses that in the From
and To address part is also getting opened in a new window which I dont want
to have. I dont have any control over the IMAIL.FromAddressFormated tag. How
do I make these links open in the same window.
Thanks and Regards
Ashik
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/