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! Quote Link to comment Share on other sites More sharing options...
fenway Posted November 19, 2006 Share Posted November 19, 2006 window.open() with the desired parameters? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.