is there a way to communicate between cfinput type=submit and input type=submit or button
Hi,
How to call a cfinput type="submit" by a normal button?
In javascript, i tried document.cfformName.submitButtonName. The result is undefined.
Is there any way to communicate between these two?normal input button and cfinput type=submit.
I just want that, when i click my button, it will simultaneously click the button also from cfform flash.
Anyway, these two buttons are in separate file.
Regards,
Jeff
