I am working on a protocol where I view an HTML report using the "HTML Report Viewer" where long story short the user hits the submit button and the window is supposed to close (using the HTML attribute on the Submit button as "onclick='window.close()'. This does close the window, but a popup window shows up asking "The Web page you are viewing is trying to close the window. Do you want to close this window? Yes/No".
I was wondering if anyone knows how to stop this window from showing up? Reading some HTML blogs it looks like one workaround is when the HTML window is opened you simply have to set 'window.open Top' and then use the window.close command on the submit button...however I can't seem to figure out how to implement this in the HTML Report Viewer component.
Thanks,
-E
