Share

ClickHeat

Tracker: Feature Requests

5 "Print" Function - ID: 2887963
Last Update: Comment added ( blade1o6 )

I've just implemented ClickHeat for the company I work for and we use it a
lot for driving changes to our site. It would be nice if there was an
option to print the page with the ClickHeat overlay so that I could more
easily share it with my team.

Right now, I'm having to piece together screenshots and then print.


Nobody/Anonymous ( nobody ) - 2009-10-28 14:35

5

Open

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2009-10-29 09:42
Sender: blade1o6Project AdminAccepting Donations

I'm not sure it's a feature we'll implement:
- it's much better to give access to your team using the visitor's
account
- it saves trees :-D

But here's a solution if you still want to print it, once you're on the
page you wan't to print, just type in the location bar the following
statement:
javascript:hidePanel();
document.getElementById('overflowDiv').style.height =
document.getElementById('webPageFrame').offsetHeight + 30 +
'px';window.print();void(0);

This will hide the top panel, then force the height of the iframe to a
useful height so that you can print it correctly. This very code was tested
only under Firefox, so tell me if it doesn't work under your browser.


Log in to comment.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.