Change the yourActionPage.cfm to the name of the page you want to open, and adjust the sizes and other parameters as you need.
Open resizable window from a cfform
<cfform action="yourActionPage.cfm" method="post" target="myWindow"
onSubmit="window.open('about:blank','myWindow','width=200,height=250,scrollbars=yes,resizable=yes');">
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.