Home » jscript

jscript

Javascript Language

Javascript Javascript is not Java In the beginning, it was called Live Script. Its name was changed to Javascript or Microsoft JScript as a marketing ploy. The language is based on the EMCA script standard and specifications. Basically, Microsoft and Netscape invented Javascript. Javascript is similar in syntax to C or Java. Many Java concepts and standards are also part of Javascript. However, Javascript is not Java. Inline Javascript example. <html> <head> <title>JavaScript Hello World</title> <script> alert('Hello, World!); </script> </head> <body> Main body text goes here. </body> </html>   DHTML Now some years back there was this concept of DHTML.  DHTML was merely a combination of HTML, CSS, and Javascript along with th...