Refresh a Frameset

C

Charles A. Lackman

Hello,

I have a frameset nested inside another frameset:

<FRAMESET border="0" frameSpacing="0" rows="150,72%" frameBorder="No">
<FRAME name="header" marginWidth="0" marginHeight="0" src="header.htm"
frameBorder="No" noResize scrolling="no">
<FRAMESET frameSpacing="0" borderColor="white" rows="500,*"
frameBorder="yes">
<FRAME name="Result" marginWidth="0" marginHeight="0" src="SelectPage.aspx"
frameBorder="NO">
<FRAMESET border="0" frameSpacing="0" rows="50,*" frameBorder="No">
<FRAME name="footer" marginWidth="0" marginHeight="0" src="footer.htm"
frameBorder="NO">
</FRAMESET>
</FRAMESET>
</FRAMESET>

How do I refresh the Result frame. The following code works when I do not
have nested frames:

Response.Write("<SCRIPT Language = 'JavaScript'>parent.Result.location =
'Results.aspx';</SCRIPT>")

Thanks,

Chuck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top