>Can this be done in Javascript? Or is it better to use
><CFFORM></CFFORM> tag? if so, can someone please help
>me in figuring out how to do it?

JavaScript would work.  I believe that instead of a submit button, you'd
want to use something along the lines of the following:

<input type='button' onClick='mySubmitFunction(myFuseAction)'>

...where 'mySubmitFunction' is a script which submits the form, using
'myFuseAction' as the variable which calls a particular fuseAction.

HTH...

Brandon Whitaker
[EMAIL PROTECTED]
-------
"It'll get used by the same people using Opera.  People dressed in black
wearing berets."
- Dave Watts, on Mozilla

"It makes you feel so welcome to have a greeter like Papa Dave at the door.
Kind of like what Wal-Mart wishes it could do."
- John Allred, on Dave Watts

"The net interprets censorship as damage and routes around it."
- John Gilmore


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to