faqts : Computers : Programming : Languages : JavaScript : Frames

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

22 of 47 people (47%) answered Yes
Recently 5 of 10 people (50%) answered Yes

Entry

How can I print a frame in IE and NS4?

Feb 27th, 2001 06:57
james markwell, Carlos Yo,


function call_print()
{
   window.parent.someframename.print();
}                                         

just call this function from a button's onclick....