G Guest Jan 20, 2004 #1 Pls help. How can I show up the print dialog box on my web application? Thanks in advance
C Cor Jan 20, 2004 #2 Hi Cherry, You would use Javascript. To get that in a button from a .Net application it is like this. This is a sample for to show up a mail message Me.Button1.Attributes("onClick") = "window.location='mailto:[email protected]?subject=Cor demo&body=I hope this helps?';" I hope this helps? Cor
Hi Cherry, You would use Javascript. To get that in a button from a .Net application it is like this. This is a sample for to show up a mail message Me.Button1.Attributes("onClick") = "window.location='mailto:[email protected]?subject=Cor demo&body=I hope this helps?';" I hope this helps? Cor