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
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