- From: Dave J Woolley <david.woolley@bts.co.uk>
- Date: Fri, 27 Oct 2000 14:59:40 +0100
- To: www-html@w3.org
> From: Ben Morris [SMTP:bmorris@activematter.com]
>
> I was thinking of something to the effect of.
>
> <a
>
> <script><!--
[DJW:]
Elements can't nest within tags.
> if (javascriptEnabled = 'yes') {
> document.write("<!--");
> }
> //-->
[DJW:]
HTML must be valid SGML both before and after the
effects of document.write, etc.
> </script>
>
[DJW:] The question is otherwise not about HTML, and
I've answered off list.
--
--------------------------- DISCLAIMER ---------------------------------
Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of BTS.
>
Received on Friday, 27 October 2000 10:01:19 UTC