[solved] Javascript causing XHTML Validation Error
Posted: Mon Mar 06, 2006 1:17 pm
I have tried in vain to get this to valid with a strict XHTML doc title.
Any help would be appreciated, would rather not create and external JavaScript file.
Thanks,
Darryl
Any help would be appreciated, would rather not create and external JavaScript file.
Code: Select all
<script type="text/javascript">
var eE ='mailto:';
var eA ='someone'+'@'+'mydomain'+'.com';
document.write('<a href="'+eE+eA+"\" >E-mail This Person</a>");
</script>Darryl