killerpm
12-09-2004, 03:47 PM
hi
This is my code
INDEX.HTML
<FRAMESET rows="145,*" border=0 frameborder="0">
<frame name="Top" src="top.htm" scrolling="no" >
<FRAMESET cols="150,*" border=0 frameborder="0">
<frame name="left" src="left.html" scrolling="no">
<FRAMESET rows="*,20" border=0 frameborder="0">
<frame name="display" src="display.html" scrolling="yes">
<frame name="down" src="down.html" scrolling="no">
</frameset>
</frameset>
</frameset>
</frameset>
i want to put a print button on display.html page
and i want when i click on it , to print only the display.html page
without printing the other frames
(of course i will click on it when am on the index.html)
so anybody have any idea about this move??
This is my code
INDEX.HTML
<FRAMESET rows="145,*" border=0 frameborder="0">
<frame name="Top" src="top.htm" scrolling="no" >
<FRAMESET cols="150,*" border=0 frameborder="0">
<frame name="left" src="left.html" scrolling="no">
<FRAMESET rows="*,20" border=0 frameborder="0">
<frame name="display" src="display.html" scrolling="yes">
<frame name="down" src="down.html" scrolling="no">
</frameset>
</frameset>
</frameset>
</frameset>
i want to put a print button on display.html page
and i want when i click on it , to print only the display.html page
without printing the other frames
(of course i will click on it when am on the index.html)
so anybody have any idea about this move??