Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 2000051

[PHP3] Refreshing in a new frame? From: Aldo Adachi (aaadachi <email protected>)
Date: 05/10/00

Hi!

I have a question ... I am working on multiple frames, and was wondering if there is a command in php3 that, if in a frame, lets you refresh the entire page in the browser (not the frames).
I know that the following command:

 <META HTTP-EQUIV=\"REFRESH\" CONTENT=\"0;URL=http://www.urladdress/\"> ";

lets you refresh a page... but if I call it within a frame, it refreshes only the current frame...

I was wondering if we can specify which frame we want it refreshed to... particularly, I don't want it in ANY frames, so I am looking for a place to put something like the target = "_top" but have tried it inside and after content and has not worked...

Any ideas are greatly appreciated... thanks!

-Aldo