--- Greg <[EMAIL PROTECTED]> wrote:
> Hi, I have a form with an IFRAME nested in it. When
> the form is submitted, I can't get the values of the
> checkboxes in the IFRAME, is there any way to do
> this?

Well, I think (I could be wrong) you're looking at this
wrong.

Forms submit to resources identified by URLs. You specify
this with the action attribute of the form tag. There is no
idea of frames here.

If you mean that the resource that your iframe loads does
not have access to the form variables, then change your
action attribute to that resource, and then it will.

Chris

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

Reply via email to