print a page on windows mobile
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi guys i have a mobile website that run at windows mobile that has printer i want to print a page from web page i can do this in windows application and now how to print this with web ?
I am no expert in mobile websites but I imagine it's the same principle involved as with any website: you can (just) use a javascript call to open the client's "Print" dialog - after that it's up to them. Unlike a windows applciation, you cannot access their printers directly.