|
EXAMPLE
1) Insert this script in the <BODY> section where you want the
email address to appear in the page.
2) Define the parts of the e-mail address in this section of the
script:
// Example for your_name@your_domain.com
var stb_domain = "your_domain.com"
// domain name
var stb_user = "your_name" // the username
|