Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
print button in tpl
System
Hi,
I'm Cristina, i've started working with this tool few days ago. I'd like to include a print button in the tpl so that I don´t need to use the one of the browser.
Cna anyone tell me how can I do it?
Thanks,
Cris
Find more posts tagged with
Comments
Jeremy
Do you mean on the webpage that the TPL is creating?
You'd have to put in some javascript that would include a call to
window.print();
So something like
function printpage() {
window.print();
}
You'd then have to create a button or link from where you would call the above function.
HTH
Edited by Jeremy on 04/20/05 07:49 AM (server time).