<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FiMA-KB &#187; JavaScript</title>
	<atom:link href="https://kb.fima.li/?cat=22&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://kb.fima.li</link>
	<description>Knowledge Base der FiMA Informatik AG</description>
	<lastBuildDate>Wed, 07 Apr 2021 07:03:59 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.34</generator>
	<item>
		<title>Spam-Schutz mit JavaScript</title>
		<link>https://kb.fima.li/?p=79</link>
		<comments>https://kb.fima.li/?p=79#comments</comments>
		<pubDate>Mon, 22 Aug 2011 07:52:12 +0000</pubDate>
		<dc:creator><![CDATA[Fidan]]></dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://webserver.fidanien.ch/toolz/fima-kb/?p=79</guid>
		<description><![CDATA[Benutzer&#8706;domain.tld Spam-Schutz mit JavaScript]]></description>
				<content:encoded><![CDATA[<pre class="brush:html"></pre>
<style type="text/css">.email>ins:before {content: "@"; text-decoration: none}
    .email del {text-decoration: none}
    .email>del {display: none}
    *:first-child+html .email>del {display:inline}</style>
<p><script type="text/javascript">
  function noSpam() {
    var a = document.getElementsByTagName("a");
    for (var i = a.length-1; i >= 0; i--) {
      if (a[i].className.search(/\bemail\b/) != -1) {
        var email = a[i].firstChild.data + "@" + a[i].lastChild.data;
        a[i].innerHTML = email;
        a[i].href = "mailto:" + email;
      }
    }
  }</p>
<p>  window.onload=noSpam;
</script></p>
<p><a class="email" href="mail.php?adresse">Benutzer<del>&part;</del>domain.tld</a></p>
<p><a href="http://kb.fima.li/?attachment_id=96" rel="attachment wp-att-96">Spam-Schutz mit JavaScript</a></p>
]]></content:encoded>
			<wfw:commentRss>https://kb.fima.li/?feed=rss2&#038;p=79</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
