> Here's a nice link to Netscape.com describing the basics of frames:
> http://www.netscape.com/eng/mozilla/2.0/relnotes/demo/target.html

Ok, I'll have to check it out.
 
> For your particular question though I would consider targeting the action of
> the <FROM> tag:
> <FORM ACTION="top.php" TARGET="_parent">
> This will essentially "cover over the frame".  Hope this helps.

Indeed.  However, the reason why I have the target as, essentially, $PHP_SELF
is so I can validate the form before going on to the next page.  If I want to do that,
the page has to stay in the current frame until everything checks out.

Chris


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

Reply via email to