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 bkrike 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: *

  • Users: rkmarcks
  • Content: Threads
  • Order by date
  1. rkmarcks

    window.onFocus in IE and NS

    I've written script below to autoclose a popup window if the window has not retained focus for a specified period of time (10s) using the setTimeout() method. If the user comes back to the window, ie:The window regains focus, the popup remains open by applying the clearTimeout() method. The...
  2. rkmarcks

    Layers and Frames

    I've revamped my site using a 'standard' frameset; left menu, top banner, the rest content. The menu system I'm using pops up a layer on a mouse over. However, the popped up layer belongs to the container in the left frame, so it is partially hidden by the contents frame. Is there a way to...
  3. rkmarcks

    Table Rendering in Netscape 6

    I'm developing a new theme for my website using a variety of tables. Everything works in Netscape 4.7x, IE, Opera, Neoplanet and NetCaptor. Hoever, the tables don't render the same in Netscape 6. The problem appears to be that NS6 adds approximately 32 pixels to the table height. Since the...
  4. rkmarcks

    Invoking a download using JavaScript

    I have a situation where I give the user a choice to view a pop-up window, to view one of two pdf files or two download one of two rtf files.  The selection is done by checking an appropriate radio button.  I use a javascript URL in the onclick option of an HTML <a...

Part and Inventory Search

Back
Top