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 Shaun E 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 KatRascal

  1. KatRascal

    var newwindow, when needed in a frame

    Didn't work
  2. KatRascal

    var newwindow, when needed in a frame

    If you insist the first .js file: var onclickaction="alert" function goListGroup(){ for (i=arguments.length-1;i>=0; i--){ if (arguments[i].selectedIndex!=-1){ var selectedOptionvalue=arguments[i].options[arguments[i].selectedIndex].value if (selectedOptionvalue!=""){ if...
  3. KatRascal

    var newwindow, when needed in a frame

    The following code is from an old file I found and am trying to use. It's for a multiple drop-down box menu. It works, mind you, but the variable only allows me to either open in a new window or in the same frame. I'm trying to get it to open up in the "main" frame. For instance, in the first...

Part and Inventory Search

Back
Top