On my parent page I have on the left side a navigation menu. When I choose one of the links I want to open a web page in the body iframe. The web page in the body iFrame needs to read the query string for a variable.
How does one do this?
Left navigation code:
<li><a HREF="dnmc.asp" target="framebody" pagevalue="A">A - General </a></li>
I need to read the pagevalue variable when the page dnmc.asp loads in the iframebody.
-Thanks