Open resizable window from a cfform

dazzlindonna dazzlindonna is offline Offline Sep 20th, 2004, 9:07 am |
0
Change the yourActionPage.cfm to the name of the page you want to open, and adjust the sizes and other parameters as you need.
Quick reply to this message  
ColdFusion Syntax
  1. <cfform action="yourActionPage.cfm" method="post" target="myWindow"
  2. onSubmit="window.open('about:blank','myWindow','width=200,height=250,scrollbars=yes,resizable=yes');">
  3.  

Message:


Thread Tools Search this Thread



Tag cloud for ColdFusion
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC