JAVASCRIPT Contents
  • attributes
    This is a test of all the available DOM properties for any given HTML tag.
  • hide
    This is an example of text between hidden and then shown.
  • Shadow Text
    This is an example of having a shadow behind some text.
  • sound
    This is an example of playing audio.
  • css test
    This is a test of all the available DOM properties for any given HTML tag.
  • dynamic text
    This is a test of all the available DOM properties for any given HTML tag.
  • dynamic color
    This is an example of text between hidden and then shown.
  • dynamic text
    This sample show how to work around the lack of the innerText property for javascript in the Internet Explorer, which has an equivalent textContent property. See the setupInnerText function for resolving the lack of innerText property, which defines a innerText function prototype which then calls the textContent property of Internet Explorer.
  • check
    This is an example of text field filtering and interactive feedback.
  • visibility
    This is an example of text between hidden and then shown.
  • window.open
    Given a link, press the link to launch a popup window to view a new html page.
  • popup window (survey)