Javascript Tutorial Properties

Get

  1. Find out the compatMode for the document in JavaScript
  2. Get HTML elements by its tag name in JavaScript
  3. Get HTML elements by name attribute in JavaScript
  4. Get URL that linked to the current document in JavaScript
  5. Get all image elements in a HTML document in JavaScript
  6. Get current page host in JavaScript
  7. Get current page host name in JavaScript
  8. Get current page location hash in JavaScript
  9. Get current page path name in JavaScript
  10. Get current page port number in JavaScript
  11. Get current page protocol in JavaScript
  12. Get current query string in the URL in JavaScript
  13. Get document defaultCharset in JavaScript
  14. Get document title in JavaScript
  15. Get elements by its class names in JavaScript
  16. Get information about the implementation of the DOM features in JavaScript
  17. Get the URL of the current document using document.location in JavaScript
  18. Get the URL of the current document with document.URL in JavaScript
  19. Get the body element as HTMLBodyElement using document.body in JavaScript
  20. Get the document character encoding in JavaScript
  21. Get the last modified time of a HTML document in JavaScript
  22. Get window object from document with document.defaultView in JavaScript
  23. Output document dir in JavaScript
  24. Output document domain in JavaScript