I'm looking for the code to print a page in javascript and
all I found was windows.print()
it prints the page but what I want it to do is to print a popup window or a document.
is there some method I can use like windows.print(document name) to print one document or windows.print(popup window)to print a popup window?
Really need the help
all I found was windows.print()
it prints the page but what I want it to do is to print a popup window or a document.
is there some method I can use like windows.print(document name) to print one document or windows.print(popup window)to print a popup window?
Really need the help