- From: Nigel Wilson <nigel.wilson@acclipse.co.nz>
- Date: Thu, 27 May 2004 16:28:49 +1200
- To: <www-validator@w3.org>
- Message-ID: <auto-000000485564@cypher.co.nz>
Hi there
I don't have a suggestion for the error message but have a question that I
hope you can help with . . .
The company I work for has a software product that we sell for websites.
It is written in Cold Fusion, is database driven and uses templates - all
pretty standard stuff.
Our software inserts some JavaScript code ahead of the opening "<html>" tag
as detailed below.
My question is : Will this adversely affect search engine spiders / crawlers
as the code is not validated / correctly formatted ?
I look forward to hearing from you.
Thank you for your time.
####################################
<script>
var d = new Date();
var string =
'<img width="1" height="1" style="visibility:hidden;display:none"'
+ 'src="index.cfm/hidden/StatsHelper.gif'
+ '?colorDepth=' + screen.colorDepth
+ '&height=' + screen.height
+ '&width=' + screen.width
+ '&date=' + escape(d)
+ '">'
document.write(string)
</script>
<html>
<head>
####################################
_________________________
Nigel Wilson
Web Designer, Acclipse Web Ltd
Phone : +64 3 962 7650
Fax : +64 3 962 7659
Email : nigel.wilson@acclipse.co.nz
Website : www.acclipseweb.co.nz <http://www.acclipseweb.co.nz/>
Attachments
- image/gif attachment: Acclipse_header.gif
Received on Thursday, 27 May 2004 00:34:49 UTC