JasonHarper posted this 16 October 2012
I have an html document with three sub frames called "header", "nav_bar", and "content".
I can print the entire "content" frame with onclick="top.sxPrintFrame(top.frames[2]);" but sometimes it might be 100-150 pages and enduser might not need all that.
I would like to be able to print preview the "content" frame so the customer can specify a page range.
onclick="top.MeadCo.ScriptX.PreviewFrame();" winds up showing all three frames in the preview panel, is there some way I can specify just the "content" frame (pass it as a parameter or hard-code it as "content" because it is the only frame I will ever print)?
Mucho Thanks - Jason