Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/04/2007, 20:20
El Patrón.
 
Fecha de Ingreso: abril-2006
Ubicación: Colombia
Mensajes: 648
Antigüedad: 18 años, 1 mes
Puntos: 3
Re: Ayuda con mi menu y su comportamiento onclick !!

Hola, no se si habra otra manera pero yo le puse a todos tus botones un id que es igual al name y cree otra función que se carga en el on load del body que le da el estilo de color rojo.

Código HTML:
<html>
<head>
<link href="css/style.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Probando menu</title>
</head>
<script type="text/javascript">
var activo = null;
function marcar(obj) {
obj.style.background = 'green';
}
function a()
{
var getURL= document.URL;
var cuenta = getURL.length;
var a = getURL.substr(cuenta-1);
document.getElementById(a).style.background='red';
}
</script>
<body onload="a()">
<form name="form1" method="post" action="">
<div id ="menu" border="none">

<!-- <br> --> <!--Es el espacio que se le da entrelos botones y la imagen...-->
<br>
<dl> <dt>
<input type="button" id="1" name="1" onblur="marcar(this)" onclick="marcar(this); location='menuhtml.php?senales=1&centrales=4&centr al=1'" value="27 DE SEPTIEMBRE"/>
</dt></dl>
<dl> <dt>
<input type="button" id="2" name="2" onclick="marcar(this); location='menuhtml.php?senales=1&centrales=4&centr al=2'" value="CH. LUIS DONALDO COLOSIO MURIETA"/>
</dt></dl>
<dl> <dt>
<input type="button" id="3" name="3" onClick="marcar(this); location='menuhtml.php?senales=1&centrales=4&centr al=3'" value="CH. PRESIDENTE PLUTARCO EL’AS CALLES"/>
</dt></dl>
<dl><dt>
<input type="button" id="4" name="4" onclick="marcar(this); location='menuhtml.php?senales=1&centrales=4&centr al=4'" value="CH. OVI°CHIC"/>
</dt></dl>
<dl><dt>
<input type="button" id="5" name="5" onClick="marcar(this); location='menuhtml.php?senales=1&centrales=4&centr al=5'" value="CH. MOC DZARI"/>
</dt></dl>
<dl><dt>
<input type="button" id="6" name="6" onClick="marcar(this); location='menuhtml.php?senales=1&centrales=4&centr al=6'" value="CH. BACURATO"/>
</dt></dl>
<dl><dt>
<input type="button" id="7" name="7" onclick="marcar(this); location='menuhtml.php?senales=1&centrales=4&centr al=7'" value="CH. HUMAYA"/>
</dt></dl>
<dl><dt>
<input type="button" id="8" name="8" onclick="marcar(this); location='menuhtml.php?senales=1&centrales=4&centr al=8'" value="CH. GRAL. SALVADOR ALVARADO"/>
</dt></dl>
<dl> <dt>
<input type="button" id="9" name="9" onclick="marcar(this); location='menuhtml.php?senales=1&centrales=4&centr al=9'" value="CH. PROF. RAUL J. MARSAL"/>
</dt></dl>
</div>
<br><br>
</body>
</html> 
Espero esto sea lo que necesitabas, o te sirva al menos
__________________
Suerte.
_______________________________
"La vida es el principio de la muerte".