Put javascriptFieldsArray="true" in <dbform> tag this generate Fields Name Array so you can access it in your jscript.
More information check users guide. Regards LFung ----- Original Message ----- From: "Duma Rolando" <[EMAIL PROTECTED]> To: "DBForms Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, March 27, 2003 5:10 AM Subject: [dbforms] Javascript access to dbforms generated fields > How can I evaluate/modify dbforms generated fields in Javascript? > The problem is that this fields have "unpredictable" names and I would like > to know if I can access them using document.dbform.dbformfieldname.value > insted of document.dbform.elements[n].value.The Docs doesn't report the > "naming rules" of this fields. > Thanks in advance for your answers. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: > The Definitive IT and Networking Event. Be There! > NetWorld+Interop Las Vegas 2003 -- Register today! > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en > _______________________________________________ > DbForms Mailing List > > http://www.wap-force.net/dbforms ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
