The following codes open the links perfect.

print($press[1]." <a target=_blank href=..\PDF/$press[3]
class=\"press_links\">".strip_tags(html_decode($press[2]))."</a><br>");

When I open it in Firefox it will try to open the following link instead.
When I will remove "..\" it will try to open the following link in IE.  Is
there a way which works on both?

/publication/..\PDF/whatever.pdf

When I will remove "..\" it will try to open the following link in IE.  

/publication/.PDF/whatever.pdf


Is there a way that works on both?

TIA

Tracking #: BD4A7C40F29D65429D8C8F7B9D4CF71FF58D7251

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to