Well I fixed the problem by adding onresize="window.location.reload(true);" to the topmost frame.
I am not sure what was causing the error, but this did fix it.
To answer your question there was no function being called on resize. And one of the errors was occuring onmouseover...
I am getting an error when the window containing frames is resized. The error refers to a function that is defined in one of the frame bodies, and to another function that is defined in some rollover.js script. After the window is resized, if the reload button is pressed the errors no longer...
I need to close a window using the javascript command "close()"
without being prompted for a confirmation.
Anyone know how to do this? I am using Navigator 4.75.
This works, however a confirmation box pops up to confirm that you
want to close the window. Is there anyway to prevent this alert message from
coming up when using the close() method?
I need to print a page using javascript without having to view or load the page first. Does anyone know if this can be done, and if so how?
I have been trying
winhandle = window.open(url, "");
winhandle.print();
winhandle.close;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.