Web/Javascript

프린트

aucd29 2013. 9. 26. 21:25
function print()
{
    window.print();
    window.close();
}