Validating http://theorniphile.info/ Error [105]: "an attribute specification must start with a name or name token" I get this error message when I use javascript to scramble e-mail addresses. I've tried rewriting the code to make it work with the validator but no go. Here's an example of the code I use: <p>Send comments to me, <script language="javascript" type="text/javascript"> var start = "<a href='mailto:"; var name = "rhughes.enteract"; var at = "@"; var url = "rcn.com?subject=re:Your birding Web site'"; var title = "title = 'E-mail me'>"; var link = "<span class='bold'>Robert Hughes</span>"; var end = "</a>"; document.write(start + name + at + url + title + link + end); </script>. </p> Any suggestions? Robert Hughes Chicago, IllinoisReceived on Tuesday, 6 December 2005 07:08:40 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 25 April 2012 12:14:20 GMT