Ryan Guill wrote:

>Hey guys,
>
>does anyone know how to make a flash form auto focus on a text field
>once the form loads?
>  
>
hmmmm....

Make a function that you run via the onload attribute. 
In that function set the focus for the first field. eg. 
FormName.fieldname.setfocus();

This does require that you have the updater installed, so that you can 
use onload and <cfformitem type="script"> to create functions.

Hope this helps

Stephen

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222902
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to