Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Forms + Iframe

Status
Not open for further replies.

Bramvg

IS-IT--Management
Jan 16, 2001
135
BE
Hi,

I have a page, called '1.htm which contains 5 hidden fields with a certain value.
On the same page I have an Iframe, which also contains hidden fields, about 15.

Now, I'm trying to get all the values (20) onto the next page, 2.cfm

Does anyone know how to do this?.

tnx
regards
bram
 
I don't know a whole lot about Cold Fusion (yet), but one way I did this was to use cookies. I set a cookie, passed the values into it, then retrieved them on the next page. "The surest sign that intelligent life exists elsewhere in the universe is that it has never tried to contact us"
Bill Watterson, Calvin & Hobbes
 
Just grab the values from one form, and add them as new parts to the other.

Or if you don't want to do it dynamically, you can prepare the hidden fields before hand, then just set their values.

you could in actual fact submit to the iframe too.

All of this depends on how much control you have on the page etc - but you can get around this with your server.

[bb]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top