On Fri, 24 May 2002, David Bourne wrote: > The code (in Page1.php): > > <form action="javascript: OpenWindow('Page2.php?a1=<? echo $a1; ?>&a2=<? > echo $a2; ?>&a3=<? echo $a3; ?>&a4=<? echo $a4; ?>', > 'Answers','toolbar=no,resizable=yes,scrollbars=yes,dependent=yes,status=0, > alwaysRaised=yes,width=600,height=600');" method="post"> > > <input type="submit" value="Look at the Answers?"> > </form> > > seems to work with the OpenWindow function in a JS header. > > Any obvious problems with this?
Seems pretty sensible. miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php