Wednesday 13 January 2016

Javascript Part-1


Agenda
  •     Writing the JavaScript in HTML file.
  •     Writing JavaScript functions outside the HTML file and using in HTML.
  •     Executing Javascript statements in browser console.
  •     window.alert(....)
  •     window.open(….)
  •     window.loc
  •     window.location
  •       |- window.location.href
  •       |- window.location.origin
  •     document.fullScreen
  •     document.write(...)
  •     document.title
  •     window.document.title

No comments:

Post a Comment