Answered
CFFORM - field focus
I am using CFFORM to create a form including a CFCALENDAR,
the problem I have is that the first field which is a text field
(name: FN) is not focused.
I added this code to the BODY tag, and the name matches the name of the CFFORM (checkform), yet the FN field will not function
onload="document.checkform.fn.focus();"
Appreciate any help
Mark
I added this code to the BODY tag, and the name matches the name of the CFFORM (checkform), yet the FN field will not function
onload="document.checkform.fn.focus();"
Appreciate any help
Mark
