RE: [PHP] Crazy behavior...

2006-09-05 Thread Alex Turner
Maas [mailto:[EMAIL PROTECTED] Sent: 04 September 2006 22:43 To: Alex Turner Cc: Peter Lauri; php-general@lists.php.net Subject: Re: [PHP] Crazy behavior... Alex Turner wrote: Peter, When it arrives at the browser, via ajax, I am guessing that you then put it into the page view .innerHTML

Re: [PHP] Crazy behavior...

2006-09-04 Thread Jochem Maas
Alex Turner wrote: Peter, When it arrives at the browser, via ajax, I am guessing that you then put it into the page view .innerHTML or some other method. I suspect your problem revolves around asking the browser to do stuff it should not really have to do. There are two issues I

RE: [PHP] Crazy behavior...

2006-09-03 Thread Peter Lauri
Just figured out that it seams to happen when the request is done via AJAX. But it does not make any sense to me that there should be any difference. /Peter -Original Message- From: Peter Lauri [mailto:[EMAIL PROTECTED] Sent: Sunday, September 03, 2006 1:53 PM To:

Re: [PHP] Crazy behavior...

2006-09-03 Thread Alex Turner
Peter Lauri wrote: Just figured out that it seams to happen when the request is done via AJAX. But it does not make any sense to me that there should be any difference. /Peter -Original Message- From: Peter Lauri [mailto:[EMAIL PROTECTED] Sent: Sunday, September 03, 2006 1:53 PM To:

RE: [PHP] Crazy behavior...

2006-09-03 Thread Peter Lauri
[snip] Can you send an example of the broken HTML? What are the symptoms of the html being broken. Finally, in what way are you using AJAX. This looks like html output - so is it really AJAH? My first guess is that something about the context at the browser end makes td/td - an empty table

RE: [PHP] Crazy behavior...

2006-09-03 Thread Alex Turner
. www.deployview.com www.nerds-central.blogspot.com www.project-network.com -Original Message- From: Peter Lauri [mailto:[EMAIL PROTECTED] Sent: 03 September 2006 17:20 To: Alex Turner; php-general@lists.php.net Subject: RE: [PHP] Crazy behavior... [snip] Can you send an example of the broken HTML? What

RE: [PHP] Crazy behavior...

2006-09-03 Thread Peter Lauri
To: Peter Lauri Cc: php-general@lists.php.net Subject: RE: [PHP] Crazy behavior... Peter, When it arrives at the browser, via ajax, I am guessing that you then put it into the page view .innerHTML or some other method. I suspect your problem revolves around asking the browser to do stuff it should

RE: [PHP] Crazy behavior...

2006-09-03 Thread Alex Turner
September 2006 18:02 To: Alex Turner Cc: php-general@lists.php.net Subject: RE: [PHP] Crazy behavior... Just thought one thing. I did do a alert() on the http.responseText, and that breaks in on the td too, so the response that is sent back probably just ends there... weird... /Peter -Original