Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

print from one frame to another frame

19 views
Skip to first unread message

vino...@gmail.com

unread,
Jul 12, 2012, 2:47:35 AM7/12/12
to
Hi friends
I have a page which contains like that
<frameset frameSpacing="0" border="0" frameborder="0" rows="124,*,46">
<FRAME target="top" src="<%response.write(sFileName)%>" scrolling="no" name="top">
<FRAME target="middle" src="<%response.write(sPageFileName)%>" scrolling="yes" name="middle">
<FRAME target="bottom" src="<%response.write(sFFileName)%>" scrolling="no" name="footer">

</frameset>

in all three frames separate page opens.

On page of first Frame I have to give a print button which will
print the content of second frame.



Please help me or give me proper link

Thanks in advance
0 new messages