I am looking for javascript code, which can add items in another frame.
Scene:
I have 3 frames A, B and C.
A and C has links/queries that displays result items in B
Results are with checkboxes, so user can select items.
These items must be added in some variable in frame 'A'
A has a link to submit all the items which are added in variable A.
How I can do that?
What if A , B and C all are inside a frame D?
Thanks!
Scene:
I have 3 frames A, B and C.
A and C has links/queries that displays result items in B
Results are with checkboxes, so user can select items.
These items must be added in some variable in frame 'A'
A has a link to submit all the items which are added in variable A.
How I can do that?
What if A , B and C all are inside a frame D?
Thanks!
Comment