ashpassword
Programmer
I am opening a new window where I want to show a progress bar before showing my document as it tales some time to generate, so how could I achieve this.
As I am opening anew window as follows:
window.open(URL,"","menubar=yes,resizable=yes,toolbar=no,status=no,hotkeys=no,titlebar=no,scrollbars=yes,height=500,width=750"
and I want to put this to show progress bar:
document.open();
document.write('<BR><BR><LABEL style="font-family:Arial;font-size:11px;font-weight:lighter"> Generating Report...<BR><BR></LABEL> <img src="progressbar.gif" width="135" style="border-width:1px; color:#3366aa; border-style:solid"></img><CENTER><BR<BR>');
document.close();
As I am opening anew window as follows:
window.open(URL,"","menubar=yes,resizable=yes,toolbar=no,status=no,hotkeys=no,titlebar=no,scrollbars=yes,height=500,width=750"
and I want to put this to show progress bar:
document.open();
document.write('<BR><BR><LABEL style="font-family:Arial;font-size:11px;font-weight:lighter"> Generating Report...<BR><BR></LABEL> <img src="progressbar.gif" width="135" style="border-width:1px; color:#3366aa; border-style:solid"></img><CENTER><BR<BR>');
document.close();