Open resizable window from a cfform

dazzlindonna 0 Tallied Votes 180 Views Share

Change the yourActionPage.cfm to the name of the page you want to open, and adjust the sizes and other parameters as you need.

<cfform action="yourActionPage.cfm" method="post" target="myWindow"
onSubmit="window.open('about:blank','myWindow','width=200,height=250,scrollbars=yes,resizable=yes');">