Posted By:
Ramtin_Rad
Posted On:
Thursday, November 27, 2008 10:25 PM
Hi,
I am using JavaScript and PL/SOL to generate HTML Form. MY Form Has Three Field and where user insert Field1 and File2 then I am using JavaScript onBlur event on Field2 to fill up the Field3 by time Field1 and File2. Now my problem is how the JavaScript Function Fill up Field3. I am trying
document.PGDTEL.p_pAmount.value = 20;
p_pAmount is my Field3 but that is not working. Please advice.
Thank you in advance.