|
|
 |
RE: FN-FORUM: passing form contents to an Iframe
date posted 1st November 2003 12:36
Pam
I think it's because at the time the Post executes the Iframe Target object doesn't exist.
I've not tied it myself but I think you may need to construct the source for the Iframe as a query string and pass the
request("myfield") values from the containing page to it.
i.e. src="myframepage.asp?testfield=""
then in the myframepage.asp look for the request("testfield") and see what's in it
Alan S
On 01 November 2003 12:18, PAMELA WHITTAKER [EMAIL REMOVED] wrote:
>
> Hi,
> I am trying to pass form contents from a page to an Iframe in a new
> page. I have put the form action as the name of the main page and the target
> for the form as the name of the Iframe but it isn't working. Request.form in
> the main page contains the form contents and request.form in the Iframe page
> is spaces. What am I doing wrong? I was expecting it to be the other way
> round.
>
> Pam
>
|
 |
|