[ESW Wiki] Update of "its0908LinguisticMarkup" by GoutamSaha

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