Recordset and the iFrame
Hello, all.
I'm creating a page that uses an iFrame (starts out hidden) to display a form for filtering the results of a query.
Because the document contained within the iFrame is loaded separately, it doesn't see the query results of the main window. (I need this in order to populate a few SELECT objects.)
If there is a way to do this without going to JSON or SOAP, that would be preferred. Is there a way to insert the recordset into a global variable that the document inside the iFrame can access? (This is a clustered environment - session variables are turned off.)
Thanks,
^_^
