W
Wayne-I-M
Hi
I got this code from a post from Don (9/28/2004 9:32 AM PST) in this group.
I have been trying to get it to work - but can't :-(
Is it like an access module - do I call it from an OnClick event?
Does it go in the head or the body. I know this will be really simple for a
frontpage expert (which I am "not")
Thank you for your help
<script language=javascript>
<!--
var username = "wayne";
var hostname = "some_domain.com";
var linktext = "Click Here To Send Me a Email";
document.write("<a href=" + "mai" + "lto:" + username + "@" + hostname +
">"
+ linktext + "</a>")
//-->
</script>
I got this code from a post from Don (9/28/2004 9:32 AM PST) in this group.
I have been trying to get it to work - but can't :-(
Is it like an access module - do I call it from an OnClick event?
Does it go in the head or the body. I know this will be really simple for a
frontpage expert (which I am "not")
Thank you for your help
<script language=javascript>
<!--
var username = "wayne";
var hostname = "some_domain.com";
var linktext = "Click Here To Send Me a Email";
document.write("<a href=" + "mai" + "lto:" + username + "@" + hostname +
">"
+ linktext + "</a>")
//-->
</script>