in the event the user disbales j'script, i'm looking for an alternative...

in my case, it should be pretty easy, because i'm looking to reload the
entire page into the "_top"/"parent" frame/window. however, when i send the
header, it gets interpreted as reloading in the same frame. which is not
what i want to occur!!!

i've seen some references to meta-tag attributes within the HEADER that
alude to being able to specify the target window for the content...

regards.



-----Original Message-----
From: Ed Lazor [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 11, 2004 11:23 AM
To: 'Scot L. Harris'; [EMAIL PROTECTED]
Subject: RE: [PHP] updating a frame from within php...


> Have been trying to find a way to do this myself.  One idea I had to do
> this from within PHP was to define the nav frame as a function which
> would be called based on the actions in the main window.  The nav frame
> function would use the target elements to send their output to the
> correct frame.
>
> Have not tried this yet so I am not sure that would work.  Have not been
> able to think of any other way to do it from PHP.

In case it helps, think of PHP as server-side only.  PHP processes scripts
and outputs a web page that gets sent to the client / browser.  Any activity
occuring on the client/browser side needs to be handled by something like
Javascript.

Do a google on "javascript frame reload" and you'll see several examples of
how to do this.

-Ed

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to