[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


------------------------------------------------------------------------------
  <!-- Markup for Javascript document.title text  -->
  
  <sentence_cat name="script_document_title">
- ...
- ...
+ 
+ <HTML>
+ 
+ <HEAD>
+ 
+ <TITLE>web page title</TITLE>
+ 
+ <SCRIPT LANGUAGE = JavaScript>
+ 
-     alert(document.title);
+   alert(document.title)
- ...
- ...
+ 
+   alert(document.title="Now it is changed")
+ 
+ </SCRIPT>
+ 
+ </HEAD>
+ 
+ <BODY>
+ 
+ </BODY>
+ 
+ </HTML>
  
  </sentence_cat>
  

Received on Friday, 18 November 2005 06:09:18 UTC