Obtaining values from parent frame in DSP

I have a DSP when invoked does a query which results in three record sets records A, records B, records C. The dsp is split into three frames -


| Frame | Frame |
| __ A _ | B |
||---------|
|
| Frame |
|______| C|

I’m trying to have Frame A loop through records A, frame B loop through records B, etc. I’ve tried several scenarios like frame src = frame a(quesiton mark)(percent sign)value records A(percent sign). Any tips on how to do this would be appreciated. Thanks.

Hi, Chris.

I know this is doable using FRAMES and this is for certain an HTML question.

Google may be a good place to get your answers – you are trying to “pass values between frames”.

Good luck.