Hi,
You have another procedure for Progressbar? If so, when the form submit event is fired, call the procedure written for progressbar.
Control will transfer to the called procedure and when it is finished return back to the calling procedure. After this, submit the form.
<script language="javascript">
function sbm(){
progrssbar //calling the procedure
currentformname.submit();
}
</script>
I think it will do your requirement.
-----------
Rajani
|