Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

printing a frame within nested frameset

Status
Not open for further replies.

Tee1212

Vendor
Mar 26, 2001
82
US
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=&quot;*,35&quot; frameborder=&quot;NO&quot; border=&quot;0&quot; framespacing=&quot;0&quot; cols=&quot;*&quot;>
<frameset rows=&quot;105,*&quot; frameborder=&quot;NO&quot; border=&quot;0&quot; framespacing=&quot;0&quot;
cols=&quot;*&quot;>
<frame name=&quot;topnavFrame&quot; scrolling=&quot;NO&quot; noresize
src=&quot;../pages_nav/topnavbar.html&quot; frameborder=&quot;NO&quot; >
<frameset cols=&quot;268,*&quot; frameborder=&quot;NO&quot; border=&quot;0&quot; framespacing=&quot;0&quot;
rows=&quot;*&quot;>
<frameset cols=&quot;82,*&quot; frameborder=&quot;NO&quot; border=&quot;0&quot; framespacing=&quot;0&quot;>
<frame name=&quot;leftsideframe&quot; scrolling=&quot;NO&quot; noresize
src=&quot;../pages_nav/aboutusleftbar.html&quot;>
<frameset rows=&quot;267,*&quot; frameborder=&quot;NO&quot; border=&quot;0&quot; framespacing=&quot;0&quot;
cols=&quot;*&quot;>
<frame name=&quot;buttonframe&quot; scrolling=&quot;NO&quot; noresize
src=&quot;../pages_nav/contact_buttonpage.html&quot;>
<frame name=&quot;bottomFrame&quot; scrolling=&quot;NO&quot; noresize
src=&quot;../pages_integrate/customblurb.html&quot;>
</frameset>
</frameset>
<frameset rows=&quot;37,*&quot; frameborder=&quot;NO&quot; border=&quot;0&quot; framespacing=&quot;0&quot;
cols=&quot;*&quot;>
<frame name=&quot;topbuttonsFrame&quot; scrolling=&quot;NO&quot; noresize
src=&quot;../pages_nav/navbarbuttons.html&quot; >
<frame name=&quot;maincontent&quot; scrolling=&quot;AUTO&quot; noresize
src=&quot;../pages_aboutus/aboutusintro.html&quot; >
</frameset>
</frameset>
</frameset>
<frame name=&quot;mainbottombar&quot; scrolling=&quot;NO&quot; noresize frameborder=&quot;NO&quot;
src=&quot;../pages_nav/bottomnavbar.html&quot;>
</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:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top