Have you tried the trusty HTML "target" attribute?

Put your query and output scripts into a file (PopMe.cfm)

Change your Form to:
<form action="PopMe.cfm" method="get/post" target="PoppedUp">
..
..
..</form>

This should get you a new window with your form without any JavaScript at
all....



> I have a form submitting to a query with the output displayed in a pop up,
> but I can't get the window controls to work for the pop up. Any help?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to