Its not that helpful, but at least you know you aren't alone.

http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=fcd4391e&pss=rs
s_flash_fcd4391e 

-----Original Message-----
From: Don Neizer [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 09, 2005 3:41 PM
To: CF-Talk
Subject: CFForm, Section 508, JAWS and Window-Eyes problem

Below are 2 basic cfform examples; test_a1.cfm and test_a2.cfm (test_a2.cfm
is only provided as a submission point). Several efforts have failed in
getting the JAWS and Window-Eyes programs to read the test_a1.cfm which uses
the format="flash" attribute.
Has anyone else run into this? Is there a solution? 
Thanks in advance,
Don

*****test_a1.cfm******
<!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>cfform/flash test</title> </head> <body> <cfform action="test_a2.cfm"
method="POST" format="flash" timeout="1200" skin="haloGreen" wmode="opaque"
preservedata="Yes" accessible="Yes" preloader="false">
 
     <cfinput name="orgname" type="Text" label="Organization Name" size="25"
value="" message="Enter Organization Name." required="Yes" tabindex="1"
enabled="Yes" visible="Yes" tooltip="Enter Organization"/>
 
      <cfinput name="city" type="Text" label="City" size="25" value=""
message="Enter City." required="Yes" tabindex="2" tooltip="Enter City"/>
 
      <cfinput name="zip" type="Text" label="Zip Code" mask="99999"
message="Enter Zip." validate="zipcode" required="Yes" visible="Yes"
enabled="Yes" value=" " size="5" maxlength="5" tabindex="3" tooltip="Enter
Zip"/>
 
      <cftextarea name="org_desc" width="500" label="Description"
required="no" value="" visible="Yes" enabled="Yes" tooltip="Paste
Description of Organization Services Text Below" tabindex="4"></cftextarea>
  
      <cfinput type="Submit" label="submit button" value="submit"
name="submit" tabindex="5"/> 

</cfform>
</body>
</html>

*****test_a2.cfm******
<cfoutput>
Org: #FORM.orgname#
<b /r>
City: #FORM.city#
<br />
Zip Code: #FORM.zip#
<br />
Description: #FORM.org_desc#
<br />
</cfoutput>
<cfform action="" method="POST" format="Flash" timeout="1200"
skin="haloGreen" wmode="opaque" preservedata="No" accessible="Yes"
preloader="false">
 
<cfformgroup type="horizontal">
<!--- Previous button. --->
       <cfinput type="Button" name="Edit" value="< Edit" visible="Yes"
enabled="Yes" tabindex="20" onclick='GetURL("test_a1.cfm")'>
<!--- submit button --->
       <cfinput type="Submit" name="Next" value="Submit" visible="Yes"
enabled="Yes" tabindex="21">  </cfformgroup>

</cfform> 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206118
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to