I have a cfform with a type of flash that I'm having some problems with. I'm
trying to load the form in a div with the display set to none and then show
that div later with some javascript on a link click. This all works fine with a
standard html form or even a cfform that isn't flash. With the flash form if
the containing div is set to display: block, the form loads fine, however if I
toggle the display property of that div to none and then back again the form is
gone. Anyone have any ideas?
fret_24 - 27 Apr 2007 22:00 GMT
I must be on something today. It works fine now. Sorry.