Truyền giá trị theo file bằng đường dẫn (ok)

<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="language" content="vietnamese">
    <meta property="og:locale" content="vi_VN">
        <meta name="google-site-verification" content="PuA4RXn1IGZbiglCjRvzLUPAKPYw6amIu79SJHmavlQ">
    <meta name="theme-color" content="#13b5ea">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="language" content="vn">
    <meta name="keywords" content="học trực tuyến, học online">
    <title>*Client Info*</title>
    <style>table,tr{border:2px solid gold;border-collapse:collapse;}td{padding:5px;}</style>
</head>

<body>
<script>
    var sWidth = window.screen.width;
    alert("sWidth is: " + sWidth);
    var xhttp = new XMLHttpRequest();
    var url = "scss/index.php?width=" + sWidth;
    xhttp.open("GET", url, true);
    xhttp.onload = function() { 
        alert("Result: " + xhttp.responseText); 
    };
    xhttp.send(null);
</script>
</body>
</html>

Last updated