November Happy Hour will be moved to Thursday December 5th.
Hi
i have a link(named print) in footer of each page. on the click of print i need print-dialog to get open and print the current page. how could i get this?
Thanks,
Nishath
To open the print dialog simply call javascript window.print().
Note that you can specify a separate stylesheet for printing, read more here.
Hi
i have a link(named print) in footer of each page. on the click of print i need print-dialog to get open and print the current page. how could i get this?
Thanks,
Nishath