iFrames are obsolete and only IE handles them. I don't even know if IE7 does. Use css <div> tags instead. Hans wrote:
Hi there, I'm trying to post variables to a parent frame, I'm working from a page that is in an iFrame. However, I don't know how to accomplish this. I tried target='top' to include in the form tag (<form action=<?=$formurl?> target="top"....>) but this didn't succeed. Can you please help me? Thanks in advance! Hans
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php