| Author |
Message |
jonas
Joined: 29 Jun 2006 Posts: 6
|
Posted: Fri Aug 18, 2006 9:28 am Post subject: Entourage and links |
|
|
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 |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2536
|
Posted: Fri Aug 18, 2006 3:39 pm Post subject: |
|
|
| Is your message plain text or styled text? |
|
| Back to top |
|
 |
jonas
Joined: 29 Jun 2006 Posts: 6
|
Posted: Mon Aug 21, 2006 7:04 am Post subject: |
|
|
| Pure HTML |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2536
|
Posted: Mon Aug 21, 2006 11:53 am Post subject: |
|
|
| So it is a problem with the code. Check if you are not using 'target=_blank' or any other 'target' parameter. |
|
| Back to top |
|
 |
jonas
Joined: 29 Jun 2006 Posts: 6
|
Posted: Mon Aug 21, 2006 12:00 pm Post subject: |
|
|
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"> |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2536
|
Posted: Mon Aug 21, 2006 7:56 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
jonas
Joined: 29 Jun 2006 Posts: 6
|
Posted: Tue Aug 22, 2006 5:57 am Post subject: |
|
|
Thanks for helping out.  |
|
| Back to top |
|
 |
|