Hello I need your help. I 'm printting a page with the function window.print() using JavaScript embeded into .Net C# page. But I have a problem, when I print the page I don't want it print the number page, ex: Page 1/1. How Do I print the page without a number page ??? The users use the application from different places through interbet explorer. Rene
I could be wrong, but I'm not sure there is a way to control that using jscript, because it is a setting in the browser, not the individual page. I do not have experience with stuff like ActiveX, so maybe there is a way to change the setting using that or some other technology that actually runs on the client's machine, but I don't think you can do it using jscript/javascript. -- Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski.com/ "Rene" wrote in message news:4773AF61-980A-4323-92F6-6D8830D90809@microsoft.com... > Hello > > I need your help. I 'm printting a page with the function window.print() > using JavaScript embeded into .Net C# page. But I have a problem, when > I > print the page I don't want it print the number page, ex: Page 1/1. > > How Do I print the page without a number page ??? > > The users use the application from different places through interbet > explorer. > > Rene
There was a way to do this until ie5.5 using TEMPLATEPRINTER. But when they saw that it could actually allow IE web devs to actually do something useful they promptly destroyed it's ability to function... heres a free component that may get you where you need to go... http://www.htmlprinting.com/download.htm theres also scriptx. http://www.meadroid.com/scriptx/ hth, D. Nathan Sokalski wrote: > I could be wrong, but I'm not sure there is a way to control that using > jscript, because it is a setting in the browser, not the individual page. I > do not have experience with stuff like ActiveX, so maybe there is a way to > change the setting using that or some other technology that actually runs on > the client's machine, but I don't think you can do it using > jscript/javascript.