- From: <w3t-archive+esw-wiki@w3.org>
- Date: Sun, 06 Nov 2005 23:54:31 -0000
- To: w3t-archive+esw-wiki@w3.org
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "ESW Wiki" for change notification.
The following page has been changed by GoutamSaha:
http://esw.w3.org/topic/its0908LinguisticMarkup
------------------------------------------------------------------------------
DHTML Library
</A>
+
+ </sentence_cat>
+
+ }}}
+
+
+
+ An example on Markup for Javascript document.write text.
+
+ {{{
+
+ <!-- Markup for Javascript document.write text -->
+
+ <sentence_cat name="script_document_write_value">
+
+ <script type="text/javascript">
+ var d = new Date()
+ var time = d.getHours()
+ if (time<12)
+ {
+ document.write("<b>Good morning</b>")
+ }
+ </script>
</sentence_cat>
Received on Monday, 7 November 2005 12:29:49 UTC