Actualización de página...

30/09/2004 - 17:12 por Diana | Informe spam
Hola:

Me pueden orientar sobre como forzar a que una página se
pueda actualizar en el browser del cliente, sin necesidad
de presionar la tecla F5.
Tengo las instrucciones:
<html>
<head>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="expires" CONTENT="0">
<% una conexión a bd...%>
<title></title>
<script funciones javascript ...
</script>
</head>

gracias...
 

Leer las respuestas

#1 Omar Valdovino
30/09/2004 - 18:49 | Informe spam
tal vez esto te sirva

http://www.asptutor.com/frontpage/s.../moved.htm

"Diana" escribió en el mensaje
news:183201c4a6ff$f4ae6e40$

Hola:

Me pueden orientar sobre como forzar a que una página se
pueda actualizar en el browser del cliente, sin necesidad
de presionar la tecla F5.
Tengo las instrucciones:
<html>
<head>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="expires" CONTENT="0">
<% una conexión a bd...%>
<title></title>
<script funciones javascript ...
</script>
</head>

gracias...

Preguntas similares