On 10/4/07, Ian Skinner <[EMAIL PROTECTED]> wrote: > > Ian Skinner wrote: > > 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> > >
Can you reach the cfide directory in your browser? Try accessing this file directly http://domainname.com/cfide/scripts/cfform.js ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290234 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

