If 'TheForm' is the name of your form, Try:
Window.forms['TheForm'].setFie..... OR If there are n forms in this document and your from of interest is the first one, then use: Window.forms[0].setFie... Kundan Bapat [EMAIL PROTECTED] 703 589 0666 -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Gopala Krishna Peela Sent: Wednesday, November 22, 2006 8:09 AM To: [email protected] Subject: Java Script Error ** Hi, I was trying to use following java script in run process action for setting "abc" value to the field named "tempField" available in the form named "TheForm" javascript: window.TheForm.setFieldValue(tempField,"abc") But I am getting following error while executing that action in mid tier. Any help would be appreciated. Thanks and Regards, Gopala Krishna.Peela SHOP - Team / Ext: 3217 __20060125_______________________This posting was submitted with HTML in it___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

