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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by khennes02

  1. khennes02

    How do I get the actual table width in pixel

    I cant set the width, because when I start the table I do not know how many columns will be added, and the information are VDA Standards, and the must be shown without a line break. Here is what I tried that acutely returned something. script type="text/javascript"> <!-- var w =...
  2. khennes02

    How do I get the actual table width in pixel

    Hi everyone. I built a Page that with a Table in it. The table is filled with information from a Database. How can I get the actual width of the Table? I need this information to be able to set the Printer settings. Thanks Kai
  3. khennes02

    Event for only onclose??? or how to manipulate the close button?

    Ok I know that it is impossible to disable the Button, but is there no way that I can add some code (function) to the Button, so that some function only gets executed it the user closes that Popup.
  4. khennes02

    Event for only onclose??? or how to manipulate the close button?

    Hi everyone, Is there an Event handler that only gets executed when you close a window. "onunloade(), onclose()" does not work for me, because it also get executed when you refresh a site. Or is there a way that I can Disable the "close Button" (Cross Button, top right corner) on a Popup, or...
  5. khennes02

    Problem closing unknown amount of windows

    I have got a on the Start Page an Iframe for each system to be monitored. It is possible to have links from within these Iframes to open a second Monitor page that is again built with little Iframes. There can be an unknown amount of Monitor Pages, that have could been open from any one of the...
  6. khennes02

    Problem closing unknown amount of windows

    Hi everyone, I have built a page that monitors a number of other Programmes. My problem is that I want to create a logout Button on all the windows. I tried to put on each window a onUnLoad="window.opener.close();" and then only somehow close the last window. This does somehow not work...

Part and Inventory Search

Back
Top