Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/webapprt/test/chrome/window-open-blank.html

16 lines
307 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
<title>Window Open Blank Test App</title>
<meta charset="utf-8">
<script>
function onLoad() {
window.open("sample.html", "_blank");
}
</script>
</head>
<body onload="onLoad()">
<h1>Window Open Blank Test App</h1>
</body>
</html>