Welcome aboard! We are happy you are here and wish you good net-raft!
<!DOCTYPE html>
<html>
<head>
</head>
<body onload="SetWindow()">
<script>
function SetWindow() {
var name = "winname"
if(document.location.search=='') {
window.open('','_parent','');
window.close();
newwin=window.open(document.location + "?newwin=true", name, "menubar=1,status=1,resizable=yes,scrollbars=yes");
}
}
</script>
<div>test</div>
</body>
</html>
The most helpful JAVASCRIPT solutions