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)...
Sorry, this is the complete code:
<!-- TWO STEPS TO INSTALL COOKIE REDIRECT:
1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<HEAD>
<SCRIPT...
I went ahead and tried this suggestion, but the js won't run.
Here are the links of the site I'm working on:
http://www.celsoportela.com/vellonera/call.htm (this the final DEMO of the site)
http://www.celsoportela.com/vellonera/esc_generos.htm (this is the frame on which I’m using the code...
I went ahead and tried this suggestion, but the js won't run.
Here are the links of the site I'm working on:
http://www.celsoportela.com/vellonera/call.htm (this the final DEMO of the site)
http://www.celsoportela.com/vellonera/esc_generos.htm (this is the frame on which I’m using the code...
Thanks for the replay.
I know how to add them in the CSS document. I want to use the on, off, hover, or click classes in the javascript for another class. I already have working the TdRollOver class on all the <TD>'s, what I want is to do the same effect with another class to only one of the...
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.