WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Internet (http://www.wcm.at/forum/forumdisplay.php?f=8)
-   -   email mit jscript auf website schreiben, bringts was? (http://www.wcm.at/forum/showthread.php?t=196241)

mr.red 30.07.2006 00:22

email mit jscript auf website schreiben, bringts was?
 
das liest man immer wieder mal:

<script type="text/javascript">
<!--
function writeMailto() {
var first = 'ma';
var second = 'il';
var third = 'to:';
var address = 'b...l';
var domain = '';
var output = '';
output = output + '<a href="';
output = output + first+second+third;
output = output + address;
output = output + '@';
output = output + domain;
output = output + '" title="contact us">';
output = output + 'contact me for more info<\/a>';

return output;
}
// -->
</script>

<script type="text/javascript">document.write(writeMailto());</script>



inhalt von adress als unicodes geschrieben.
bringts das wirklich, ich mein es wird doch sicher schon bots geben, die einen renderer vorschalten? warum net einfach wie bisher <a href und alles in unicode schreiben, warum jscript?

Potassium 30.07.2006 13:25

weil die wenigsten bots noch JS beherrschen?


Alle Zeitangaben in WEZ +2. Es ist jetzt 20:09 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag