Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Print pagePrint page
Previous
 
Next
New Post
10/12/2011 9:38 PM
 
Hi
How can I make a print page for DNN 6x ?
The print page should cover all the page with all the content. Just like the browser print icon does.

Ulrik Motzfeldt
iNET.GL
Sisimiut, Greenland
 
New Post
10/13/2011 10:04 AM
 
The classic JavaScript button still works:

<SCRIPT LANGUAGE="JavaScript">
  if (window.print)
    { document.write('<form><input type=button name=print value="Print This Page" onClick="window.print()"></form>'); }
</script>
Jeff
 
New Post
10/14/2011 3:36 PM
 
Thank you for this. But now I ask, how to add this to a page with an icon and not a text link.

Ulrik Motzfeldt
iNET.GL
Sisimiut, Greenland
 
New Post
10/17/2011 10:53 AM
 
Ulrik Motzfeldt wrote:
Thank you for this. But now I ask, how to add this to a page with an icon and not a text link.

 This is a button.  If you want any other link type, as in an image, just modify the code accordingly.  Something like:

<SCRIPT LANGUAGE="JavaScript">
if (window.print)
{ document.write('<form><input type=image src=\images\printimage.png onClick="window.print()"></form>'); }
</script>

The key is the JavaScript window.print() function. Add it to any type of handler, as in the onClick here, and it opens the print dialog to print the page.

Jeff

 
New Post
10/17/2011 10:58 AM
 
By the way, add this to the skin and you can print any page this way.

Jeff
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Print pagePrint page


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out