Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am new in this project i searched in google getting some code but i dnt know where i can write the code in praticular page outof my entire project can u plese help me any one

What I have tried:

var request = new XMLHttpRequest();
request.setRequestHeader("X-Requested-With", "XMLHttpRequest");
request.open("GET", path, true);
request.send(null); but i dnt where i can write the code and how can i modified that????
Posted
Updated 23-Jan-17 20:49pm

1 solution

Check this out: setRequestHeader method (XMLHttpRequest) JavaScript[^].
You have to place the various code files in a folder and host it in on a web server. In order to understand how the code work, you must have knowledge of HTML and JavaScript. If you have no idea what I am talking about, then head there[^] to start learning.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900