|
|
 |
Re: FN-FORUM: passing form contents to an Iframe
date posted 1st November 2003 12:42
I was trying to avoid passing it as a querystring as it is sql statements.
Pam
----- Original Message -----
From: "Alan Sheppard" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Saturday, November 01, 2003 12:52 PM
Subject: RE: FN-FORUM: passing form contents to an Iframe
>
> 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
> >
>
> --
> * The Web Design Business Kit *
> Find out how to price your work, market your business, make pitches
> that get the client, write effective proposals and beat the competition
> into the ground. Download 4 free sample chapters.
> http://sitepoint.com/launch/b7c91e/
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|