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 TouchToneTommy 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. cepiscipher

    Simple - How to target on this script?

    Hello I have this script: <script language="JavaScript"> function menuRedirect(){ var select = eval(window.redirectForm.elements[0].selectedIndex); var choise1 = "../html/menu/azul/index.htm"; var choise2 = "../html/menu/chinita/index.htm"; if (select==0) void(0); else if (select==1)...
  2. cepiscipher

    How to taget on this script?

    Hello I have this script: case 'cat' : url = 'html/menu/azul/index.htm'; // change these! break; case 'dog' : url = 'html/menu/chinita/index.htm'; break; case 'gerbil' : url = 'gerbil.html'; break; case 'gopher' : url = 'gopher.html'; break; } window.location.href = url...
  3. cepiscipher

    Adding another class name

    Hello (actually I'm a web designer) I'm trying to add another class name to this javascript so I can make a different class in the css to be used on a different table. I no knoo nothing about javascript. I got this js from: http://www.webreference.com/programming/javascript/jf/column7/31.htm...

Part and Inventory Search

Back
Top