I have mentioned before that I am working on creating my website completely 
with TiddlyWiki.  I have this neat script t prevent my email address from 
being harvested, by invoking the following with a button:
<script language="javascript" type="text/javascript">

                function mailto(domain,user)
                    {
                    document.location.href = "mailto:"; + user + "@" + domain
;
                    }
        </script>

TiddlyWiki.com mentions the use of Javascript Macros, but I can't find 
anything about how to create them or use them.

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to