Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/12/2010, 00:48
Avatar de xalupeao
xalupeao
 
Fecha de Ingreso: mayo-2008
Ubicación: Santiago, Chile
Mensajes: 749
Antigüedad: 16 años, 6 meses
Puntos: 12
Porque no funciona con este doctype

Bueno estimados tengo el siguiente codigo:

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <title>Documento sin título</title>
  5. <script type="text/javascript" src="jquery.js"></script>
  6.     function get(){
  7.         $.post('opbuscar.php', { query: form.nombre.value },
  8.             function(output){
  9.                 $('#resultado').html(output).show();
  10.             });
  11.     }
  12. </head>
  13.  
  14. <form id="form" name="form"  action="">
  15.   <input type="text" name="nombre" id="nombre" />
  16.   <input type="button" name="button" id="button" value="Enviar" onclick="get();"/>
  17. </form>
  18. <div id="resultado"></div>
  19. </body>
  20. </html>

y bueno en el archivo opbuscar.php solo tengo esto:

Código PHP:
Ver original
  1. <?php echo 'esto es una prueba'; ?>

Bueno como pueden ver NO funciona, es decir, no despliega nada.

pero si quitamos el

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

funciona :)

¿porque pasa esto?
¿como puedo solucionarlo?


muchas gracias.
__________________
Hosting en Chile en Silverhost - La solución en Hosting en Chile.