Re: [PHP] Firefox - IE differences

2004-07-21 Thread John W. Holmes
Karl-Heinz Schulz wrote: The following codes open the links perfect. print($press[1]." ".strip_tags(html_decode($press[2])).""); 1. Use quotes around your attributes. target="_blank" href="." 2. Why are you mixing / and \ in your path? Why not send an absolute path to the file so there's no co

Re: [PHP] Firefox - IE differences

2004-07-21 Thread Marek Kilimajer
Karl-Heinz Schulz wrote: The following codes open the links perfect. print($press[1]." ".strip_tags(html_decode($press[2])).""); the correct character to separate directories is / and quote the attribute: print($press[1]." ".strip_tags(html_decode($press[2])).""); -- PHP General Mailing List (http:

Re: [PHP] Firefox - IE differences

2004-07-21 Thread Justin Patrin
On Wed, 21 Jul 2004 17:45:35 -0400, Karl-Heinz Schulz <[EMAIL PROTECTED]> wrote: > The following codes open the links perfect. > > print($press[1]." class=\"press_links\">".strip_tags(html_decode($press[2])).""); > > When I open it in Firefox it will try to open the following link instead. > Whe

[PHP] Firefox - IE differences

2004-07-21 Thread Karl-Heinz Schulz
The following codes open the links perfect. print($press[1]." ".strip_tags(html_decode($press[2])).""); 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? /publicati