> It's probably an HTML thing. I don't know how iframes are interpreted,
> but it's probably not really a part of your form, even though it looks
> like it is when you view it.

The contents of an IFRAME, by definition, is a totally different document.
It behaves for all intents and purposes as a normal frame except that it
appears inline.  You may or may not be able to access the contents via
the DOM of the document it is part of - I've never tried.  But in any case,
it will not be posted as part of the form.

Chris


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

Reply via email to