> <form method="post" action="index.cfm?fuseaction=formAction">
> <input name="firstname" type=text size="20">
> <input name="lastname" type=text size="20">
> <input type="submit" value="find" onClick="popUp(); return false">
> </form>
>
> What am I doing wrong?
The return false is cancelling the submit. Either you could add something
like formname.submit() to the JS (does that work??) or you could add target
to <form> and remove the return false and make sure the popup() script give
the new window a name...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists