hi,
Below getRimData() is a function which will call .js file. It is included in
---------> IT IS WROKING WELL
<head>
when ever the "doAction" is called it should execute the function "getRimData()". . but it is showing some error.
thx
HAN
Below getRimData() is a function which will call .js file. It is included in
Code:
<html:select property="lbrokercd" value="" [B]onchange="document.forms[0], '/ILICTreasury/banker-web/X32.do', this, 'IX3201')"[/B]>
<head>
Code:
function doAction(){ getRimData(document.forms[0], '/ILICTreasury/banker-web/X32.do', this, 'IX3201'); } </head> <body> <html:select property="lbrokercd" value="" [B]onchange="doAction()"[/B] ----------> it is not calling getRimData (); <body>
thx
HAN
Comment