In a first window I let the user choose a name from a MySQL database. In the second window I get a detail page for the chosen name. One of the elements it dynamically puts is an email address. I want it to make immediatly clickable so it opens the users mailprogram with a mail ready for that address.
How must I program this?
How must I program this?