Forum Moderators: open
I don't know how to write Javascript so is there someone who can help me with the extra code?
<script type="text/javascript" language="JavaScript1.2">
<!--
// Courtesy of blahblahblah
// hide script
var stb_domain = "DOMAIN.com";
var stb_user = "USERID";
var stb_recipient = stb_user + "@" + stb_domain;
var stb_url = "mailto:" + stb_recipient;
var stb_visualName = "VISIBLE NAME";
document.write(stb_visualName.link(stb_url));
// -->
</script>