Jump to content

Ajax..


Guest whyzex

Recommended Posts

Guest whyzex

hey everyone,im writing an ajax page, now it worked perfectly when it was like this:xmlhttp.open("POST","edit.php",true);now i aranged the files and everything and it doesnt work like this:xmlhttp.open("POST","actions/edit.php",true);is the syntax wrong? if so, how is it suppose to be?

Link to comment
Share on other sites

did you move the file the script is located in, relative to the actions folder? i.e. is action in the same directory as this script which is making the request?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...