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!

Iframes + Arrays / Lists/...?- > WOW..?

Status
Not open for further replies.

Bramvg

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

a question, my webpage contains 2 IFRAMES.
The first iframe contains a form with 3 text fields, in all the 3 form fields the user has to enter
a value (number in the first and text and the other 2).

Now, when they click the OK button, the result appears in the second Iframe, on 1 line.
like:

15 Bram Van Grimbergen

So far, no problems.
Now, the user can enter as many 'records' as he/she wants.

Like:

15 Bram Van Grimbergen
145 Tom Springels
778 Jerremy Allaire
798 Ben Forta
.........

The problem is that I need to 'capture' the previous entered values.
So I have a cfm page called 'result.cfm' where a list of ALL the values entered in the top frame
must be displayed, one beneth the other.

Is it possible to do this? And how?
Oh yes, the values need to be put into a input type=text field, because they will be submitted to the next
page, so the names of the text area's must be unique ;-)

Already with many thanks !!!!!!!!
Bram
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top