cepiscipher
Programmer
Hello
I have this script:
how can I change it in some way so that it target an iframe on the same page by the name of menu?
Thanx
Celso
I have this script:
Code:
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;
}
how can I change it in some way so that it target an iframe on the same page by the name of menu?
Thanx
Celso