While try get values from XML file it display javascript error?

You can use it like this http://www.w3schools.com/ajax/ajax_xmlfile.asp.

My psychic debugging powers tell me that you're hitting the cross-origin security checks in your browser. In particular, a webpage loaded from a file:// url generally can't access other documents at file:// urls. If you happen to be using Firefox, setting the security.fileuri.

Strict_origin_policy preference to false in about:config will let it work. The other option is to serve both files from a real web server, and from the same domain.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions