Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta charset="utf8">
<title>Page creating a popup</title>
</head>
<body>
<script type="text/javascript">
var w = window.open("test_firstParty_http_redirect_to_same_domain.html", "test");
</script>
</body>
</html>