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 SkipVought 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. DogFight

    One time Pop-up Window?

    There are a number of ways. The easiest is to have a flag via a hidden input value. Right before the pop-up window opens, have the opener window set flag='1'. Also make sure to put the Pop-up in a conditional statement. example: if (document.forms[0].flag.value != '1'){...
  2. DogFight

    experts, can someone help me with "layer" problem ?

    <HTML> <title> Test</title> <HEAD> <Script language=&quot;Javascript&quot;> // This code was created by Reuben Lawrence Owens // Global variables var isNav, isIE var insideWindowWidth var range = &quot;&quot; var styleObj = &quot;&quot; if (navigator.appVersion.charAt(0) >= &quot;4&quot;) { if...
  3. DogFight

    IE hanging when creating pages on the fly

    Have you checked the amount of space each machine is allocating for temporary internet storage? control panel->Internet Options->General->settings (Temporary Internet files) DogFight

Part and Inventory Search

Back
Top