Hello,
I have a problem with form submission and animated gif display.
I have an html page with a complex form (many form objects).
Upon clicking submit, I run a JavaScript function that opens a new window and then submits the form. The new window is first loaded with an html file containing a "Please wait" message with an animated gif image of a clock. When the submit occurs a millisecond later, the animated gif stops being animated. I tried putting the gif in an iframe, but that makes no difference.
The JavaScript:
Thank you,Code:eval("vPage = 'chh920' + vCHQLanguage + '.html'"); winAttributes = window.open(vPage, "winAttributes",vFeatures); winAttributes.focus(); winAttributes.moveTo(0,0); winAttributes.resizeTo(screen.availWidth,screen.availHeight); document.frmQuery.submit();
Francis


Reply With Quote
Bookmarks