cancel
Showing results for 
Search instead for 
Did you mean: 

code for print button in bsp page

former_member459142
Participant
0 Kudos

hi

i want to give print commant on print button , plz tel me the code , how to do it

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Raja,

I agree, but the link contains few other blog links which might be helpful

Regards,

Abhinav

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Also check this [Link|]

Hope this helps.

Regards,

Abhinav

raja_thangamani
Active Contributor
0 Kudos

Abhinav Tayal,

you do not have to repeat the same answer

Raja

raja_thangamani
Active Contributor
0 Kudos

you can use javascript function to do that. see the sample code.


<htmlb:button id            = "MyprintButton"
              text          = "Print"
              tooltip       = "Click here to print"
              onClientClick = "javascript:window.print()"
              design        = "small"
              width         = "50" />

Raja T