> > Is there a way to "leave" the inline frame?

You could get your script to write some JavaScript instead of the header
along the lines of:

window.parent.document.location = "mypage.php";

(This is not tested, and YMMV...)

HTH,

Mikey

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

Reply via email to