Hi,
I am developing a small E-commerce site, but at one point i need your precious help.
I want to print the order directly when the order will placed without clicking any print option. Any help will be appreciated.
Thanks in advance.
Regards, Arun
Review this link, should give you what you need.
http://www.quackit.com/javascript/javascript_print.cfm
Print an orderwhere? If you mean server side printing, take a look at . If you mean client side, web pages can't access a user's printer directly for security reasons. The best you can do is display a prompt as shown in the prev link.