Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/01/2008, 18:07
Avatar de MaBoRaK
MaBoRaK
 
Fecha de Ingreso: abril-2003
Ubicación: La Paz - Bolivia
Mensajes: 2.003
Antigüedad: 21 años, 8 meses
Puntos: 35
Re: Planteamiento web (AJAX + Prototype)

loading..............

A mi parecer lo haces muy bien pero con muchas lineas de código, yo lo que haría viendo tu estructura y tu propuesta lo haría asi

Código PHP:
<html>

<
head>
<!-- 
JavaScript -->
<
script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript">
var aDiv = "content";
</script>
</head>

<body>

<div id="mainWrapper">

    <div id="menu">
    <ul>
        <li><a href="#" onclick="new Ajax.Updater(aDiv,'home.html',{method:'get'}); return false;">inicio</a></li>
        <li><a href="#" onclick="new Ajax.Updater(aDiv,'contact.html',{method:'get'}); return false;">contacto</a></li>
    </ul>
    </div><!-- end #menu -->
    
    <div id="content">
    </div><!-- end #content -->
    
</div><!-- end #mainWrapper -->

</body>
</html> 
connection closed.
__________________

Maborak Technologies