Im trying to get a form to open up a pop up displaying the form action file.
Here's the code from my form. 

<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?

-Tom

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to