Entourage and links

jonas

New Member
Hi,

it's very probably an entourage-problem, but maybe anyone here has a solution.
I've designed a nice Newsletter and made some test-sendings with it. All looks good and in Apple Mail or on an PC with Outlook everything works.
But with Entourage it screws up some links.
The links look in the HTML-source the following:
"http://www.merlin.ch/html/verkauf/verkauf.html?../../shop/product_info.php?cPath=28&products_id=112036"

When I click on the link in Apple Mail the targeted site works correct.
In Entourage a Safari-window with the following URL opens:
"http://www.merlin.ch/html/verkauf/shop/product_info.php?cPath=28&products_id=112036"
It looks like it takes a part of the URL before the "?" and a part after the "?" and connects this together.
Any idea how to avoid this without changing the whole system of our site or writing a redirect-script?
Thanks a lot for any idea or help.

jonas
 

stanbusk

Administrator
Staff member
So it is a problem with the code. Check if you are not using 'target=_blank' or any other 'target' parameter.
 

jonas

New Member
I use target. Why is this a problem?

Example:
<a href="http://www.merlin.ch/shop/product_info.php?cPath=7_11_59&products_id=100585" target="_blank">
 

stanbusk

Administrator
Staff member
It is a problem because mail readers like Mac OS X Mail, Entourage or Outlook are not web browsers and sometimes they have problems with them. It has nothing to do with MaxBulk actually.
 
Top