dizzy1 Posted June 18, 2011 Share Posted June 18, 2011 I have a basic AJAX feature: On one page page a user selects from a drop down box and then onchange receives another drop down box with data populated from a DB. The feature works perfectly, However when I change the url from www.mysite.com to mysite.com it doesn't work, my guess is that its the path. Any Suggestions. xmlhttp.open("GET","/ajaxSearch/getData.php?car="+car,true); Link to comment https://forums.phpfreaks.com/topic/239718-basic-ajax-xmlhttpopen/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.