This is boggling my mind right now.
Here's what a client wants:
On the index page, there is an iframe with links inside it. When you click on a link, it opens the page (not in the iframe, but in the top level) and sends a url string variable. This 2nd page (or details page) also contains an iframe that has dynamic content inside of it that needs to be displayed based on which link was clicked from the index page's iframe.
How do I get the variable from the url string to be available for use inside the iframe of the second page?