php and javascript reload on frame

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Mike Starke
Fecha:  
Asunto: php and javascript reload on frame
On Mon, Mar 31, 2003 at 06:31:38PM -0700, Bryce C wrote:
/_Try the following. It uses html's meta refresh tag instead.
/_
/_<html>
/_<?php
/_if($update) echo '<head><META HTTP-EQUIV="Refresh" CONTENT="5"></head>';
/_?>
/_<body>
/_<?php
/_//Clicked update?
/_if($update) echo "<p>Your records have been updated. Your browser should
/_refresh in 5 seconds to show all the changes in the left margin.</p>";
/_else {

Hmmm, wrong frame :-) This page is displayed in the right frame and I need
the left frame reloaded if the Update button was pushed on the right frame.

-Mike