Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

Version Example

<html> <body> <script language="JavaScript">     var m = document.html.version;      alert(m); </script> </body> </html>