Quote:
Originally Posted by helloworld
Here is an example:
Code:
<script language=javascript>
var email = "user"
var domain = "domain"
document.write ("<a href=\"" + "mail" + "to:" + email + "@" + domain+ "\">" + email + "@" + domain + "</a>")
</script>
|
Ahh, nice, very handy 
__________________
Act honestly, and answer boldly - Danish Proverb
Abundance is from activity - Turkish Proverb
Starting the work is two thirds of it - Welsh Proverb
|