Spamschutz durch Bilder
Bei dieser Methode gibt es zwei Arten. Art Nummer 1 baut auf dem Prinzip auf, dass nur Menschen Bilder lesen können. Das heißt, die E-Mail Adresse steht nur auf dem Bild. Dieses besitzt einen Alternativtext wie „Diese E-Mail Adresse ist durch ein Bild geschützt.”, um Anwender ohne Bilderunterstützung darauf hinzuweisen, dass dort eine Adresse steht.
Die zweite Art setzt die E-Mail Adressen aus vielen kleinen Bildchen zusamme. Auf jedem dieser Bildchen steht ein Buchstabe. Im Alternativtext steht der abgebildete Buchstabe, dass der Schutzmechanismus zugänglicher wird.
Beispiel
<!--1.-->
<img src="./image_spamprotection.gif" alt="Diese E-Mail Adresse ist durch ein Bild geschützt." />
<!--2.-->
<img src="./image_spamprotection_i.gif" alt="n" />
<img src="./image_spamprotection_n.gif" alt="a" />
<img src="./image_spamprotection_f.gif" alt="m" />
<img src="./image_spamprotection_o.gif" alt="e" />
<img src="./image_spamprotection_at.gif" alt="at" lang="en" xml:lang="en" />
<img src="./image_spamprotection_n.gif" alt="e" />
<img src="./image_spamprotection_3.gif" alt="x" />
<img src="./image_spamprotection_o.gif" alt="a" />
<img src="./image_spamprotection_r.gif" alt="m" />
<img src="./image_spamprotection_r.gif" alt="p" />
<img src="./image_spamprotection_r.gif" alt="l" />
<img src="./image_spamprotection_r.gif" alt="e" />
<img src="./image_spamprotection_dot.gif" alt="punkt" />
<img src="./image_spamprotection_d.gif" alt="c" />
<img src="./image_spamprotection_d.gif" alt="o" />
<img src="./image_spamprotection_e.gif" alt="m" />
Zum Seitenanfang springen
