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:non@non.com?subject=Cor demo&body=I hope this
helps?';"
I hope this helps?
Cor