[Proto-Scripty] Re: help with ajax.

2009-05-06 Thread Alex McAuley
: [Proto-Scripty] Re: help with ajax. But terrain is the name of the server. I am sending xml data to a webservice on this server. J. Russell Keith, MCDST Branch Suite Administrator American Airlines Federal Credit Union 817.931.4459 Direct 817.931.9541 Fax russell.ke...@aacreditunion.org

[Proto-Scripty] Re: help with ajax.

2009-05-06 Thread Russell Keith
I am running the vendor code and my prototype code from the same folder on the same server with almost the same file name. The only difference is I added pt to the filename that my prototype code is trying to run from. http://server_a/ajaxIG.html is the vendor code and it calls

[Proto-Scripty] Re: help with ajax.

2009-05-06 Thread Russell Keith
: [Proto-Scripty] Re: help with ajax. I am running the vendor code and my prototype code from the same folder on the same server with almost the same file name. The only difference is I added pt to the filename that my prototype code is trying to run from. http://server_a/ajaxIG.html is the vendor

[Proto-Scripty] Re: help with ajax.

2009-05-06 Thread T.J. Crowder
@googlegroups.com Subject: [Proto-Scripty] Re: help with ajax. I am running the vendor code and my prototype code from the same folder on the same server with almost the same file name.  The only difference is I added pt to the filename that my prototype code is trying to run from. http

[Proto-Scripty] Re: help with ajax.

2009-05-05 Thread Russell Keith
I have dumbed down this code even more and still can't get the ajax request to fire. Any suggestions would be great. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; / head meta

[Proto-Scripty] Re: help with ajax.

2009-05-05 Thread Russell Keith
Sent: Tuesday, May 05, 2009 4:33 PM To: prototype-scriptaculous@googlegroups.com Subject: [Proto-Scripty] Re: help with ajax. Are you, by any chance, trying to post an Ajax request to a domain other than the one your site is hosted on? That won't work, not now or ever, because of the Same

[Proto-Scripty] Re: help with ajax.

2009-05-05 Thread Walter Lee Davis
That's not the sort of domain I was referring to. 8-) http://en.wikipedia.org/wiki/Same_origin_policy Walter On May 5, 2009, at 5:40 PM, Russell Keith wrote: I am sending the request from one internal server to another server. However one of the servers is a Linux box that wouldn't be part

[Proto-Scripty] Re: help with ajax.

2009-05-05 Thread Russell Keith
russell.ke...@aacreditunion.org -Original Message- From: prototype-scriptaculous@googlegroups.com [mailto:prototype-scriptacul...@googlegroups.com] On Behalf Of Walter Lee Davis Sent: Tuesday, May 05, 2009 4:58 PM To: prototype-scriptaculous@googlegroups.com Subject: [Proto-Scripty] Re: help

[Proto-Scripty] Re: help with ajax.

2009-05-05 Thread Walter Lee Davis
Drop the http:// part from the URL. Just use a relative URL. Walter On May 5, 2009, at 5:26 PM, Russell Keith wrote: script type=text/javascript document.observe('dom:loaded', function() { var url = http://terrain/cm/servlet/cmwebservice;; new Ajax.Request(url, {

[Proto-Scripty] Re: help with ajax.

2009-05-05 Thread Russell Keith
: prototype-scriptaculous@googlegroups.com prototype-scriptaculous@googlegroups.com To: prototype-scriptaculous@googlegroups.com prototype-scriptaculous@googlegroups.com Sent: Tue May 05 17:16:48 2009 Subject: [Proto-Scripty] Re: help with ajax. Drop the http:// part from the URL. Just use a relative URL