Your IP : 216.73.216.79


Current Path : /var/www/html/dyna-project/vendor/codeception/base/tests/data/app/view/
Upload File :
Current File : /var/www/html/dyna-project/vendor/codeception/base/tests/data/app/view/jserroronload.php

<!DOCTYPE html>
<html>
<head>
    <title>Page with JavaScript errors on load</title>
    <script>
        function loadError() {
            var xx = document.propertyThatDoesNotExist.xyz;
        }
    </script>
</head>
<body onload="loadError()">
<p>
    This page has a JavaScript error in the onload event.
    This is often a problem to using normal Javascript injection
    techniques.
</p>
</body>
</html>