Re: Ajax xmlhttprequest

2007-04-17 Thread Martin Heiden
a database and a few tables created. So far in DOS, I can query the database with a php script on its own. In Windows, (Editplus text editor) one of my webpages is trying to execute the same php script via an Ajax xmlhttprequest, using alerts I have gone through the http readystates 1,2,3,4

Re: Ajax xmlhttprequest

2007-04-17 Thread dimitryous r.
on its own. In Windows, (Editplus text editor) one of my webpages is trying to execute the same php script via an Ajax xmlhttprequest, using alerts I have gone through the http readystates 1,2,3,4 and http status 200, but am having problems accessing/parsing responseText. In tomcat, I am getting

Re: Ajax xmlhttprequest

2007-04-17 Thread Pid
Subject: Re: Ajax xmlhttprequest On 4/16/07, Richard Dunne [EMAIL PROTECTED] wrote: I can query the database with a php script on its own. ...one of my webpages is trying to execute the same php script via an Ajax xmlhttprequest, Is there any particular/obvious reason why the request is breaking

Re: Ajax xmlhttprequest

2007-04-16 Thread dimitryous r .
to maybe look forward to in the future perhaps? - Original Message From: Hassan Schroeder [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, April 17, 2007 12:00:57 AM Subject: Re: Ajax xmlhttprequest On 4/16/07, Richard Dunne [EMAIL PROTECTED] wrote: I

Re: Ajax xmlhttprequest

2007-04-13 Thread dimitryous r.
Hi, I can't give you a response. But would like to know how you manage to be able to get a index.php (for example) page out of your Apache Tomcat server. Sould I recompile the whole stuff? Should I add some xxx.so file to my Apache config? TIA dimitryous. On 8 avr. 07, at 14:55,

Re: Ajax xmlhttprequest

2007-04-13 Thread Johnny Kewl
help u - Original Message - From: Richard Dunne [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 08, 2007 2:55 PM Subject: Ajax xmlhttprequest I have a php webpage which is hosted on my laptop (XP and tomcat localhost:8080). My webpage is executing a php script via

Re: Ajax xmlhttprequest

2007-04-13 Thread Richard Dunne
Not familiar with xxx.so. file.php is within my context. Richard - Original Message From: dimitryous r. [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 13, 2007 11:34:00 AM Subject: Re: Ajax xmlhttprequest Hi, I can't give you a response. But would

Re: Ajax xmlhttprequest

2007-04-13 Thread Richard Dunne
in winodws. I'm not using asp or jsp, just php and Ajax/javascript. cant post code at the moment, at work u c. Richard. - Original Message From: Johnny Kewl [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 13, 2007 12:56:30 PM Subject: Re: Ajax xmlhttprequest OK

AW: Ajax xmlhttprequest

2007-04-13 Thread Konstantin Breu
ActiveXObject)? -Ursprüngliche Nachricht- Von: Richard Dunne [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 13. April 2007 14:25 An: Tomcat Users List Betreff: Re: Ajax xmlhttprequest My php webpage renders just like an html page on localhost:8080, but when I run an xmlhttprequest against

Re: AW: Ajax xmlhttprequest

2007-04-13 Thread Pid
:[EMAIL PROTECTED] Gesendet: Freitag, 13. April 2007 14:25 An: Tomcat Users List Betreff: Re: Ajax xmlhttprequest My php webpage renders just like an html page on localhost:8080, but when I run an xmlhttprequest against the tomcat (jakarta) server from within the webpage, the request shows

Re: AW: Ajax xmlhttprequest

2007-04-13 Thread Richard Dunne
[mailto:[EMAIL PROTECTED] Gesendet: Freitag, 13. April 2007 14:25 An: Tomcat Users List Betreff: Re: Ajax xmlhttprequest My php webpage renders just like an html page on localhost:8080, but when I run an xmlhttprequest against the tomcat (jakarta) server from within the webpage, the request

Re: AW: Ajax xmlhttprequest

2007-04-13 Thread Pid
: AW: Ajax xmlhttprequest I'm going to ask a potentially stupid question here: how have you configured / are you running PHP code on Tomcat? Have you called the PHP file directly to see what output it generates? p Konstantin Breu wrote: You can try to use a tool like fiddler, to see better

Ajax xmlhttprequest

2007-04-08 Thread Richard Dunne
I have a php webpage which is hosted on my laptop (XP and tomcat localhost:8080). My webpage is executing a php script via an xmlhttprequest which queries a database and sends back the info to the webpage. I have an a few alerts in my request to see the http.readystate and the http.status as