You are reading a single comment by @marcom and its replies. Click here to read the full conversation.
  • <html>
    <head>
    <title>using variables</title>
    
    <script language="javascript" type="text/javascript">
    <!--
    var msg="we will have a JavaScript lesson";
    alert(msg);
    
    //-->
    </script> 
    
    </head>
    <body>
    
    
    
    
    
    </body>
    
    </html>
    
About

Avatar for marcom @marcom started