Hi,
I need a help. I am using IE7 with Vista Home Premium. I am writing an
application in JSP. The problem is like this:
When I am trying to open a new popup window using the given JavaScript
Code:
newWindow=window.open('./login.html','udey','toolbar=0,width=450,height=350,top=200,left=287');
It should open a new window of the given size and without any toolbar,
addresbar and statusbar. But I don't know why it's not happening so.
Instead,
a new window is opening with statusbar at the bottom and addressbar (read
only) at the top.
The same code is giving desire result in other Systems. Do I need to
change
any IE settings. Kindly guide me.


|