Hola muy buenas!!!!
Espero vuestra ayuda
Tengo una tabla con dos columnas en las cuales en la izquierda tengo el menu y en la derecha se van abriendo los enlaces, pero no me funciona esto ultimo q tengo mal??
El codigo es el siguiente
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Menu SI</title>
<link href="css/estilo.css" rel="stylesheet" type="text/css">
<link href="http://www." rel="stylesheet" type="text/css">
<script src="jscript/prueba.js" type="text/JavaScript"></script>
<script src="ajax.js" type="text/JavaScript"></script>
<script src="jscript/cargarMenu.js" type="text/JavaScript"></script>
</script>
<title>Menu SI</title>
</head>
<body>
<table width="955" border="1">
<tr>
<td>
<script language="JavaScript" type="text/JavaScript">
generarMenu('V');
</script>
</td>
<td width="631">
<script language="JavaScript" type="text/JavaScript">
<p><a href="#" id="1" onclick="cargarMenu('1', 'index_quienes.shtml')"></a></p>
<p><a href="#" id="2" onclick="cargarMenu('2', 'index_identificacion.shmtl')"></a></p>
<p><a href="#" id="3" onclick="cargarMenu('3', 'index_red_servidores.shmtl')"></a></p>
<p><a href="#" id="4" onclick="cargarMenu('2', 'index_identificacion.shmtl')"></a></p>
</script>
<div id="nuevo_menu"></div>
</td>
</tr>
</table>
</body>
</html>
Muchas gracias!!!