I have the simplest test of a flash form and nothing is happening.  I 
mean nothing, no errors displayed or logged, no output to the browser, 
nothing.
....
<body>
Start
<cfform name="foo" action="form_test.cfm" format="flash">
  <cfinput type="text" name="bar"/>
</cfform>
End
</body>
....

The output in the browser:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Flash Form Test</title>
<script type="text/javascript" src="/cfide/scripts/cfform.js"></script>
<script type="text/javascript" src="/cfide/scripts/masks.js"></script>
</head>

<body>
Start

End
</body>
 
</html>


I've checked everything I can think to check.  Any advice most appreciated I 
just don't know where to even start here.

Ian

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290189
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to