php and javascript reload on frame

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Mike Starke
日付:  
題目: 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