I have a page that has a submit link in it for a popup. The page does the
popup fine but the parent window redraws all of the input fields at
half-height. No matter what I do, the input fields are scrunched after the
popup window opens.
The popup code looks like:
var mywin =
window.open("pr oposal.jsp","Pr oposal","HEIGHT =600,WIDTH=800, toolbar=yes,sta tusbar=no,menub ar=no,scrollbar s=yes,resizable =yes");
mywin.focus();
and the input:
<input type='text' name='fname' style="width:80 px;height:14px; " ...
Any ideas?
WindowsXP Pro, IE 7.0
MC
popup fine but the parent window redraws all of the input fields at
half-height. No matter what I do, the input fields are scrunched after the
popup window opens.
The popup code looks like:
var mywin =
window.open("pr oposal.jsp","Pr oposal","HEIGHT =600,WIDTH=800, toolbar=yes,sta tusbar=no,menub ar=no,scrollbar s=yes,resizable =yes");
mywin.focus();
and the input:
<input type='text' name='fname' style="width:80 px;height:14px; " ...
Any ideas?
WindowsXP Pro, IE 7.0
MC
Comment