Widget:Email: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Rand Linden (talk | contribs)
Created page with "<nowiki><script type="text/javascript">email=<!--{$email|escape:'js'}--> email = email.replace("@", " [at] ", "g"); email = email.replace(".", " [dot] ", "g"); document.write(ema…"
 
(No difference)

Latest revision as of 14:49, 5 April 2011

<script type="text/javascript">email=<!--{$email|escape:'js'}--> email = email.replace("@", " [at] ", "g"); email = email.replace(".", " [dot] ", "g"); document.write(email); </script> Use this widget to display an email address in non-spam-inducing format.