I have multiple frames loaded on the page that I want to display within a specific div element.
Currently, I have a pop-up with a div where I include the frames inside. However, there are times when I need to access frames outside of this div container.
<div id="Main" ></div>
<iframe src="frmtest1.aspx" style="display:none"></iframe>
<iframe src="frmtest2.aspx" style="display:none"></iframe>
<input type="button" id="LoadTest1" />
<input type="button" id="LoadTest2" />