Thanks for responding ,well I am using window.createPopup(); and it works perfectly in IE but it gaves the same error in Netscape71. and Mozilla .
Well I write a simple code
<html>
<head>
<tittle>
Test</title>
<Script language="JavaScript">
var win1= window.createPopup();// At this line it says the same error as I told u eralier
</script>
</head>
<body>
This is a testing page for the script
</body>
</html>
I exceute this simple code but Iam getting the same error" window.createPopup() is not afunction" as I was getting earlier in Netscape and Mozilla. So csn u tell me what is other way to solve this problem. Please help me.
Thanks