blob: 19a2cce860ae3b0b95d384fa8964be1c6d0e0e23 [file] [log] [blame]
<html>
<head>
<title>First window</title>
<script>
function test() {
window.open("new_window.html");
}
</script>
</head>
<body onclick="test()">
click modifier test page
</body>
</html>