bsamson Posted November 18, 2006 Share Posted November 18, 2006 Alright ... I have the following code:[code] <form action ="print_upgrade.php"> <input type="hidden" name="fname" value="<? echo $first; ?>"> <input type="hidden" name="lname" value="<? echo $last; ?>"> <input type="hidden" name="num" value="<? echo $num; ?>"> <input type="hidden" name="oneyr" value="<? echo $oneyr; ?>"> <input type="hidden" name="oneyr" value="<? echo $twoyr; ?>"> <input type="hidden" name="elig" value="<? echo $elig; ?>"> <input type="hidden" name="code" value="<? echo $code; ?>"> <input type="hidden" name="elig" value="<? echo $elig; ?>"> <INPUT TYPE="image" SRC="images/printPage.jpg" ALT="Print Page" NAME="Print Page"> [/code] I need a new window to popup w/ no Toolbars, scrollbars, location bar , status bar, menu bar, and not resizable. How do I achive this w/ javascript? Any suggestions would be greatly appreciated! Link to comment https://forums.phpfreaks.com/topic/27685-popup-window-w-defined-height-width-w-form-submit-button/ Share on other sites More sharing options...
fenway Posted November 19, 2006 Share Posted November 19, 2006 window.open() with the desired parameters? Link to comment https://forums.phpfreaks.com/topic/27685-popup-window-w-defined-height-width-w-form-submit-button/#findComment-127196 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.