G
Guest
Hi,
I am using a frameset in an aspx page, like so:
<Frameset id="Frameset" BORDER="0" ROWS="350,3%" HEIGHT="100%"
FRAMEBORDER="0" FRAMESPACING="0"
runat="server">
<frame id="srcFrame" SRC="repheader.aspx" frameborder="0" runat="server" />
<frame id="docFrame" name="docFrame" HEIGHT="80%" runat="server" />
</Frameset>
and in the srcFrame I have a link button that calls another aspx page. I
want the aspx page to show up in the docFrame not the srcFrame. I use a
redirect in my link button to bring up the other aspx page but need it to be
shown in the docFrame instead. How do I do this?
Thanks,
JJ
I am using a frameset in an aspx page, like so:
<Frameset id="Frameset" BORDER="0" ROWS="350,3%" HEIGHT="100%"
FRAMEBORDER="0" FRAMESPACING="0"
runat="server">
<frame id="srcFrame" SRC="repheader.aspx" frameborder="0" runat="server" />
<frame id="docFrame" name="docFrame" HEIGHT="80%" runat="server" />
</Frameset>
and in the srcFrame I have a link button that calls another aspx page. I
want the aspx page to show up in the docFrame not the srcFrame. I use a
redirect in my link button to bring up the other aspx page but need it to be
shown in the docFrame instead. How do I do this?
Thanks,
JJ