Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Tagaca

    Error when window containing frames is resized

    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...
  2. Tagaca

    Error when window containing frames is resized

    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...
  3. Tagaca

    Close windows with confirmation

    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.
  4. Tagaca

    Printing with javascript

    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?
  5. Tagaca

    Printing with javascript

    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;

Part and Inventory Search

Back
Top