Hello,
I am trying to get a window to open automatically if a value has been selected on the previous form page.
For my html form:
<center>Show print-ready record
<input type=\"checkbox\" name=\"print\" value=\"1\"></center>
Now if this value is one, I want a window to pop up with the print page after they submit it. I have the if ($print==1) and know I need javascript to open the window, I just don't know how to get it to open automatically when the value equals one. If I do it through the body onLoad tag, then it opens all the time. Keep in mind that the page I need to open has a variable, ie print.php?id=43.
Thank you for any help.
Christina