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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print Frame from another frame(AGAIN!!"£$£) 1

Status
Not open for further replies.

NikP

Programmer
Mar 1, 2001
18
GB
Hi Guys can any one help me with a printing query....
I have two frames one navigation and one body frame...I have tried stuff mentioned before but cant get it to work...
I want to print the body frame...but i need to call the print function from the navigation frame...can some please show me how to do this...thanks in advance
Nik
 
Code:
<input type=&quot;button&quot; onclick=&quot;if (window.print) parent.right.focus(); parent.right.print();&quot; value=&quot;Print Page&quot;>

Give this a shot. We do the same thing here from time to time and this is how we do it. Kevin
slanek@ssd.fsi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top