There are 2 options here:
1) You can launch BB mail client next way:
Code:
<a href="mailto://mickey.mouse@example.com">Send Message</a>
2) Or you can send data to server and process it there (send by email, save to database, etc):
Code:
<form action="/process_form.php" method="POST" ...>
.
.
</form>