><form action="test.cfm" method="post" target="newTest"
>onsubmit="window.open('','newTest','width=200,height=400')">

Thanks. That's kind of working but I'm getting two windows, the first with an error 
saying it can't evaluate one of the form elements and the second being exactly what I 
want.

Exact code
 <form action="locator2.cfm" method="post" target="newTest" 
onsubmit="window.open('','newTest', 'width=650, height=500')">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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