Re: accessing Actionform properties from javascript

2004-12-26 Thread Ryan julius
Hi, Let me give more details. The actionForm is used through many pages. The page where the javascript is implemented does not contain the actionform property, that I would like to check before triggering an action. This property is dynamically evaluated in an action. That is why I would lik

Re: accessing Actionform properties from javascript

2004-12-24 Thread Jitender K Chukkavenkata
Hi, Your action form is nothing more than ur HTML form at client. just checkout which part of ur HTML elements is populating that property. U can access that element using form.element in ur javascript.. Are you looking into something else? Thanks, Jitender.