Newbies: How can I show up the print dialog box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Pls help. How can I show up the print dialog box on my web application? Thanks in advance
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top