topical media & game development
basic-javascript-07-plain-window.htm / htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<script>
var newWindow;
newWindow = window.open("","myWindow","width=250,height=250,location,menubar,resizable")
newWindow.resizeTo(350,100);
newWindow.moveTo(100,800);
</script>
</body>
</html>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.