Forum Discussion
AlexWestin
13 years agoCommunity Member
Print button - javascript
Hi, I would like to add a button that would allow the user to print the page. It seems like the easiest way would be to add a trigger to a button to execute javascript. Unfortunately, I know nothi...
JorgeLugo
11 years agoCommunity Member
Phil Mayor,
I used triggers for that
Object Button Print:
1 Change state of buttom to hidden when user clic on Button Print
2 Ejecute javascrip when user clic on Button Print
Object: Hotspot 1
1 Change state of buttom Print to normal when mouse hover over.
I add a example:
But the problem is when i print the page, is blank but im working on it.