hi
below the coding i not opened the popup window
Code:
<html>
<head>
<script language="JavaScript">
window.open('test.htm','myExample9','width=200,height=200');
}
</script>
</head>
<body>
<form action="test.htm" target="myExample9">
<input type="submit" value="Open new window">
</form>
</body>
</html>