Home » Articles posted by evirtualguru_ajaygour (Page 1399)

Learn Different Ways to Integrate JavaScript into Your HTML Pages.

  As you know, there are two places you can put your JavaScripts in an HTML page: in either the head or body section. In addition, I have told you that you can either embed JavaScript directly into the HTML page or reference it in as an external .js file. One more way you can integrate JavaScript into an HTML page is as a component in an HTML tag. Placing JavaScripts...
Continue reading »

Learn about JavaScript and Case Sensitivity.

You have to be extremely careful when keying in the text of your JavaScripts. JavaScript is a case sensitive programming language (unlike HTML, which enables you to use different capitalization when defining HTML tags). Case sensitivity means that you must type JavaScript elements exactly as they appear in this book in order for them to work. For example, as far as JavaScript is concerned, the words document and Document refer to...
Continue reading »

Create Your First JavaScript”Hello World” program.

  So far, we’ve introduced JavaScript and JScript, discussed their capabilities and differences, and gone over their history. We then discussed JavaScript browser compatibility issues and learned the syntax required to use the <SCRIPT> and </SCRIPT> tags to embed JavaScripts within HTML pages. Now it’s time to create your first JavaScript. It’s going to be a very basic example, so don’t get your hopes up too high. By tomorrow night, you’ll...
Continue reading »

How to Integrating JavaScript with HTML.

    JavaScripts are collections of programming statements that you embed in HTML documents by placing them within the <SCRIPT> and </SCRIPT> tags. These tags can be placed within either the head or body section of an HTML page. Figure 1.3 outlines the syntax that you must follow when using these tags in an HTML page. Syntax of the <SCRIPT> and </SCRIPT> tags when used with JavaScript. Several arguments can be...
Continue reading »

Many Kinds of Things you can do with JavaScript and JScript.

    The relatively simple and straightforward HTML that helped to make the Internet explode upon the scene in the mid-1990s enables you to create Web pages that display static information. Over the years, HTML has lost much of its luster. Markup languages are great for formatting the display of text, but they lack the capability to interact with visitors. People surfing the Internet have come to expect and demand more...
Continue reading »

Learn JavaScrip online by eVirtualGuru.

Online JavaScrip(); Class    1. Introduction of JavaScript and JScript.   2. What Kinds of Things Can You Do with JavaScript and JScript?   3. How to Integrating JavaScript with HTML.   4. Create Your First JavaScript”Hello World” program.   5. Learn Different Ways to Integrate JavaScript into Your HTML Pages.   6. Learn about JavaScript and Case Sensitivity.   7. Learn how to Placing JavaScripts in the Head Section of the HTML page.   8. Learn how...
Continue reading »

Introduction of JavaScript and JScript, Online JavaScript Course.

  JavaScript is a computer language specially designed to work with Internet browsers. It lets you create small programs called scripts and embed them inside Hypertext Markup Language (HTML) pages in order to provide interactive content on your Web pages. JScript is Microsoft’s implementation of JavaScript. In addition to running within Internet Explorer, Microsoft also provides a version of JScript that can be used as a desktop scripting language with the...
Continue reading »