Ver Mensaje Individual
  #12 (permalink)  
Antiguo 22/11/2012, 10:24
Avatar de satjaen
satjaen
 
Fecha de Ingreso: septiembre-2012
Ubicación: Jaén (Andalucía)
Mensajes: 893
Antigüedad: 11 años, 8 meses
Puntos: 10
Respuesta: Imagen de Carga al entrar en web

Ok, IsaBelM yo no me acuerdo de donde me baje el cod pero si que esta mal estructurado.
A ver que te parece este que te veo muy estresada

Código PHP:
<html>

 <
head>

<
meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

 <
title>Prueba</title>

<
script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

<script type="text/javascript">

 $(function(){

 $.ajax({

 url: 'x.php',

 beforeSend: function(data) {

$('body').html('Cargando...');

},

 complete: function(){

$('body').html('');

 }

 });

 });

</script>

 <style>


</style>

</head>
 <body>

 </body>

</html> 
Un saludo