![]() |
|
|
+ Search |
![]()
|
Jul 12th, 2002 20:36
meng xianhui, Ugo Ejiochi, mengxianhui
<frameset rows="50%,*"> <frame src="page1.htm" name=page1> <frame src="page2.htm" name=page2> </frameset> If you want to print all pages in page1.htm,you can do it like this: parent.page2.focus() parent.page2.print() window.focus() window.print() It will print page1.htm and page2.htm