Re[2]: accessing Actionform properties from javascript

2004-12-27 Thread Dmitrii CRETU
try this = function doCancel(p_btn) { var v_url = ""; v_url = ''; ... = Dima. Rj> Hi, Rj> Let me give more details. Rj> The actionForm is used thro

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.

accessing Actionform properties from javascript

2004-12-24 Thread Ryan julius
Hi, Based on a property of my actionform, the jsp page must trigger an action when it is loaded. I have written a javascript function but dont know how to access the actionForm properties within this javascript function. Thanks for your reply. R.J. -