Scot L. Harris wrote:
<snip>

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.
</snip>

There is *no* way to do this from PHP. When you want to do things like open a new window, target a frame, etc., it's all done via the browser and the DOM. PHP does not have access to the client side. The best you can hope to do is have php output some JavaScript to make the client act as you wish.

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

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



Reply via email to