martindavey
Programmer
Question 1.<br>
<br>
I'm using JavaScript to create a new pop-up password entry window that I would prefer users not to be able to resize.<br>
<br>
The 'resize=no' property for the new window only prevents resizing using the border. I don't want users to be able to resize the window by minimizing or maximizing it.<br>
<br>
Question 2.<br>
<br>
Does anyone know how to make the new window modal? I want them to have to enter or cancel the password form before they can do anything else.<br>
<br>
<br>
Thanks, Martin Davey
<br>
I'm using JavaScript to create a new pop-up password entry window that I would prefer users not to be able to resize.<br>
<br>
The 'resize=no' property for the new window only prevents resizing using the border. I don't want users to be able to resize the window by minimizing or maximizing it.<br>
<br>
Question 2.<br>
<br>
Does anyone know how to make the new window modal? I want them to have to enter or cancel the password form before they can do anything else.<br>
<br>
<br>
Thanks, Martin Davey