Re: [PHP] Need a hint how to track an error

2007-11-13 Thread Jochem Maas
Ronald Wiplinger wrote: > Chris wrote: >> Ronald Wiplinger wrote: >>> My php program is working with Firefox, but not with Internet Explorer. >> Nothing to do with php, your problem is javascript. >> >>> Is there a tool to find the problem? >> For IE, try >> >> http://www.microsoft.com/downloads/de

Re: [PHP] Need a hint how to track an error

2007-11-13 Thread Robin Vickery
On 12/11/2007, Ronald Wiplinger <[EMAIL PROTECTED]> wrote: > Chris wrote: > > Ronald Wiplinger wrote: > >> My php program is working with Firefox, but not with Internet Explorer. > > > > Nothing to do with php, your problem is javascript. > > > >> Is there a tool to find the problem? > > > > For IE

RE: [PHP] Need a hint how to track an error

2007-11-12 Thread Instruct ICC
> >> My php program is working with Firefox, but not with Internet Explorer. > > > > Nothing to do with php, your problem is javascript. > > > >> Is there a tool to find the problem? > > > > For IE, try > > > > http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1d

Re: [PHP] Need a hint how to track an error

2007-11-12 Thread Jim Lucas
Ronald Wiplinger wrote: Chris wrote: Ronald Wiplinger wrote: My php program is working with Firefox, but not with Internet Explorer. Nothing to do with php, your problem is javascript. Is there a tool to find the problem? For IE, try http://www.microsoft.com/downloads/details.aspx?familyid

RE: [PHP] Need a hint how to track an error

2007-11-12 Thread Bastien Koert
try firebug for firefox, excellent tool bastien > Date: Mon, 12 Nov 2007 13:53:55 +1100> From: [EMAIL PROTECTED]> To: [EMAIL > PROTECTED]> CC: php-general@lists.php.net> Subject: Re: [PHP] Need a hint how > to track an error> > Ronald Wiplinger wrote:> >

Re: [PHP] Need a hint how to track an error

2007-11-12 Thread chris smith
On Nov 12, 2007 7:38 PM, Ronald Wiplinger <[EMAIL PROTECTED]> wrote: > Chris wrote: > > Ronald Wiplinger wrote: > >> My php program is working with Firefox, but not with Internet Explorer. > > > > Nothing to do with php, your problem is javascript. > > > >> Is there a tool to find the problem? > >

Re: [PHP] Need a hint how to track an error

2007-11-12 Thread Dave Goodchild
Start by coding proper semantic xhtml and you will have less headaches too - that code looks very ugly. On Nov 12, 2007 8:38 AM, Ronald Wiplinger <[EMAIL PROTECTED]> wrote: > Chris wrote: > > Ronald Wiplinger wrote: > >> My php program is working with Firefox, but not with Internet Explorer. > > >

Re: [PHP] Need a hint how to track an error

2007-11-12 Thread Ronald Wiplinger
Chris wrote: > Ronald Wiplinger wrote: >> My php program is working with Firefox, but not with Internet Explorer. > > Nothing to do with php, your problem is javascript. > >> Is there a tool to find the problem? > > For IE, try > > http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-6

Re: [PHP] Need a hint how to track an error

2007-11-11 Thread Chris
Ronald Wiplinger wrote: My php program is working with Firefox, but not with Internet Explorer. Nothing to do with php, your problem is javascript. Is there a tool to find the problem? For IE, try http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038

Re: [PHP] Need a hint how to track an error

2007-11-11 Thread Casey
Wrong list! Try a Javascript list. On Nov 11, 2007, at 6:46 PM, Ronald Wiplinger <[EMAIL PROTECTED]> wrote: My php program is working with Firefox, but not with Internet Explorer. I cannot see anything I did wrong, like forgotten " or > where Firefox is more forgiving than IE. I used