Account Log In - Home/Outlines - Books - Contact Us - Support - Employment -

DHTML

JavaScript - An Introduction

Review Answers

  1. What kind of programming model does JavaScript use?
    JavaScript uses an object oriented programming model (OOP).
  2. What is JavaScript confined to?
    The Web browser.
  3. What can JavaScript control?
    Almost any element of a browser or Web page.
  4. How is JavaScript often misused?
    Numerous pop-up windows, disabling the Back button in the browser.
  5. What does the DOM allow you to do?
    It allows you to locate and manipulate any object in a Web page.
  6. Name 2 browsers that use the standard W3C DOM.
    Internet Explorer 5+, Firefox, Opera, Safari, Chrome
  7. How can you see error messages produced by Firefox?
    Go to Tools > Error Console
  8. What are the two different areas of a Web page that you can put JavaScript?
    The <head> section of the page, or the <body> section of the page.
  9. What are inline JavaScripts?
    Inline scripts don't use the <script> tag. Instead, scripts are enclosed entirely in an HTML tag.
  10. What kind of scripts usually go into the <body> of a Web page?
    Scripts that will write something out onto the page, or scripts that don't need to run before the page the rest of the page loads.
  11. How can you provide alternate content to users who don't have JavaScript enabled browsers?
    By using the <noscript></noscript> tags. Anything inside these tags will only be visible to a browser that is not running JavaScript.

Coming Soon:

Jun 27
Microsoft Office Word 2007 - Tips for Small Business
Jun 27
Microsoft Office Excel 2007 - Tips for Small Business
Jun 27
Microsoft Office PowerPoint 2007 - Tips for Small Business
Aug 21
Facebook for Business
Sep 10
ISSD 24 - Web 2.0 Technology
Sep 17
ISSD 24 - Ajax


DHTML - TOC - Introduction - Books -
JavaScript - An Introduction - Links - [ Answers ] -
Questions -

DHTML - TOC - Introduction - Books -
JavaScript - An Introduction - Links - [ Answers ] -
Questions -