Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: IE is not letting me open another window while Netscape does


Message #1 by samimer@h... on Sun, 27 May 2001 08:59:04
Okay -- help me out here.

All of a sudden one of my application that opened a small window to 
disaplay a date picker stopped working. When I click on the image to open 
the date picker, it says "Access is denied" while it works fine in the 
Netscape.

Here is another a test script that I did to see if opening anothr window 
was the problem and sure it was..

<html>
<head>

<script language="javascript">
vWinCal = window.open
("", "Calendar","width=250,height=250,status=no,resizable=no,top=200,left=2
00");
</script>
<body>

this is a test
</body>

It bombs on the window.open saying Access denied. Is there a setting in 
the IE to enable this?

Please, help me out here.


  Return to Index