can URL in xmlHttpRequest be full url?,
March 3, 2009 at 12:38 PM
Hi,
I noticed the URL in all of your examples are jsp, I wonder if I can use full URL from a different web server. I am trying to use AJAX in JSP page to get information at loading time but the object always uninitialized and throw exception. I have tomcat hosting the JSP pape and when that page is loaded, I am using AJAX in javascript to get data from apache server using full URL.