I’m trying to request a xml page from a page, but i’m unable to get certain line from xml in javascript. Thank you! Answer You can easily send requests to other pages with an AJAX http request found here: https://www.w3schools.com/js/js_ajax_intro.asp Here is an example function: Now, about getting a value from the xml document, you can use .getElementsByTagName(). Notice that