Wednesday, May 17, 2017

How to print a web page in HTML

function printpage()
{
window.print();
}

No comments:

Post a Comment