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)...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.