Jump to content

Popup window w/ defined height & width w/ form submit button ...


bsamson

Recommended Posts

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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.