[thelist] CSS from within Javascript

Eric Costello eric at schwa.com
Fri Aug 4 11:47:52 CDT 2000


Try this:

	document.write('<span' + ' ' + 'id="date">');

instead if this

	document.write("<span" + " " + "id=&quot;date&quot;>");

The &quot;s where getting you. Javascript does not convert them to ".

Eric

Eric Costello
eric at schwa.com
http://glish.com 






More information about the thelist mailing list