Hi Frnds,
Iam using java script below to show the 1st value in prompt as default value.But the problem is
the script just shows r displays in thevalue prompt as def value....but its not passing that value to the parameter in the report.
<script>document.formWarpRequest._oLstChoicesP.selectedIndex = 2;</script>
This is the script am using...
Plz help me out frm this problem....
Thanks in advance
Mrcool
document.forms["formWarpRequest"].elements["_oLstChoicesP"].selectedIndex = 2;
setTimeout('listBoxP.autoSubmit()', 100);
This is working :)
Thank u..... :D