I've tried everything I can think of...I have a "print page" button in my bottom navigation bar (which is a frame called mainbottombar) that I want the user to click to print another frame called maincontent. These frames are within nested framesets. The problem is...when they click the button, the focus is put on the frame with the button.
Here is what my frameset looks like:
<frameset rows="*,35" frameborder="NO" border="0" framespacing="0" cols="*">
<frameset rows="105,*" frameborder="NO" border="0" framespacing="0"
cols="*">
<frame name="topnavFrame" scrolling="NO" noresize
src="../pages_nav/topnavbar.html" frameborder="NO" >
<frameset cols="268,*" frameborder="NO" border="0" framespacing="0"
rows="*">
<frameset cols="82,*" frameborder="NO" border="0" framespacing="0">
<frame name="leftsideframe" scrolling="NO" noresize
src="../pages_nav/aboutusleftbar.html">
<frameset rows="267,*" frameborder="NO" border="0" framespacing="0"
cols="*">
<frame name="buttonframe" scrolling="NO" noresize
src="../pages_nav/contact_buttonpage.html">
<frame name="bottomFrame" scrolling="NO" noresize
src="../pages_integrate/customblurb.html">
</frameset>
</frameset>
<frameset rows="37,*" frameborder="NO" border="0" framespacing="0"
cols="*">
<frame name="topbuttonsFrame" scrolling="NO" noresize
src="../pages_nav/navbarbuttons.html" >
<frame name="maincontent" scrolling="AUTO" noresize
src="../pages_aboutus/aboutusintro.html" >
</frameset>
</frameset>
</frameset>
<frame name="mainbottombar" scrolling="NO" noresize frameborder="NO"
src="../pages_nav/bottomnavbar.html">
</frameset>
If it helps to see this online you can go to
PLEASE HELP! Thank you!!!!
Teresa
P.S. I'm not a vendor. I'm a one-person graphics company
Here is what my frameset looks like:
<frameset rows="*,35" frameborder="NO" border="0" framespacing="0" cols="*">
<frameset rows="105,*" frameborder="NO" border="0" framespacing="0"
cols="*">
<frame name="topnavFrame" scrolling="NO" noresize
src="../pages_nav/topnavbar.html" frameborder="NO" >
<frameset cols="268,*" frameborder="NO" border="0" framespacing="0"
rows="*">
<frameset cols="82,*" frameborder="NO" border="0" framespacing="0">
<frame name="leftsideframe" scrolling="NO" noresize
src="../pages_nav/aboutusleftbar.html">
<frameset rows="267,*" frameborder="NO" border="0" framespacing="0"
cols="*">
<frame name="buttonframe" scrolling="NO" noresize
src="../pages_nav/contact_buttonpage.html">
<frame name="bottomFrame" scrolling="NO" noresize
src="../pages_integrate/customblurb.html">
</frameset>
</frameset>
<frameset rows="37,*" frameborder="NO" border="0" framespacing="0"
cols="*">
<frame name="topbuttonsFrame" scrolling="NO" noresize
src="../pages_nav/navbarbuttons.html" >
<frame name="maincontent" scrolling="AUTO" noresize
src="../pages_aboutus/aboutusintro.html" >
</frameset>
</frameset>
</frameset>
<frame name="mainbottombar" scrolling="NO" noresize frameborder="NO"
src="../pages_nav/bottomnavbar.html">
</frameset>
If it helps to see this online you can go to
PLEASE HELP! Thank you!!!!
Teresa
P.S. I'm not a vendor. I'm a one-person graphics company