if (window.print) {
document.write('<form>Click Here To ' + '<input type=button name=print value="Print" ' + 'onClick="javascript:window.print()"> This Page!</form>');
}
using this code the whole page is printed can I limit the paper size?
also can I remove the print header and footer?
Thanks in advance.