J
Jim Mitchell
I have a web page that I show using show ModalDialog.
The web page takes about 6 seconds to load.
No matter what I try, I can not get the cursor to show a "WAIT" until the
page is loaded in the showModalDialog Window,
I have even tried having a hidden panel in the calling web site and trying
to turn it off from the target web site using...
parent.document.getElementById("panelWait").innerHTML
But this does not work for me as well.
Thanks in advance.
Jim
The web page takes about 6 seconds to load.
No matter what I try, I can not get the cursor to show a "WAIT" until the
page is loaded in the showModalDialog Window,
I have even tried having a hidden panel in the calling web site and trying
to turn it off from the target web site using...
parent.document.getElementById("panelWait").innerHTML
But this does not work for me as well.
Thanks in advance.
Jim