C
charles cashion
I seem to have painted myself into a corner.
Here is my index.htm
=======================================
<HTML>
<FRAMESET COLS="20%,*" BORDER=3>
<FRAME NAME="Frame1" SCROLLING=AUTO SRC="left01.htm">
<FRAME NAME="Frame2" SCROLLING=AUTO SRC="right01.htm">
</FRAMESET>
</HTML>
=======================================
(if you want to look: http://dunjas.com/index.htm)
I use the left side for a sequence of menus.
I use the right side to display what a menu selects.
Everything was good until I tried to print a recipe
for bread pudding that was in the right window. It
did not print. So I decided to try something that I
have seen on other sites. It is a "PRINTABLE COPY"
window. Only thing, I am trapped. How can I
temporarily escape the FRAMESET stuff?
Tnx,
Charles
Here is my index.htm
=======================================
<HTML>
<FRAMESET COLS="20%,*" BORDER=3>
<FRAME NAME="Frame1" SCROLLING=AUTO SRC="left01.htm">
<FRAME NAME="Frame2" SCROLLING=AUTO SRC="right01.htm">
</FRAMESET>
</HTML>
=======================================
(if you want to look: http://dunjas.com/index.htm)
I use the left side for a sequence of menus.
I use the right side to display what a menu selects.
Everything was good until I tried to print a recipe
for bread pudding that was in the right window. It
did not print. So I decided to try something that I
have seen on other sites. It is a "PRINTABLE COPY"
window. Only thing, I am trapped. How can I
temporarily escape the FRAMESET stuff?
Tnx,
Charles