function loadExternalPage() {
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
document.getElementById("myDiv").innerHTML = this.responseText;
}
};
xhttp.open("GET", "https://www.asus.com/us/laptops/for-home/vivobook/vivobook-15-m1502", true);
xhttp.send();
}
ASUS uses cookies and similar techoologies to perform essential online functions, analyze online activities, provide advertising services and other functions. For detailed information, please visit “Cookies and similar technologies”.