Easy Web Design: JavaScript

  1. Special Features
  2. Easy Web Design
  3. Advanced Styling

JavaScript is a means of adding dynamic content to your web page without having to have access to the server. Your programs are embedded into your web page and stay there until they reach the client. The client’s web browser than runs the program and displays the dynamic content or does the action on the client’s end.

Always set “Composer Preferences” to “Preserve original source formatting” when using JavaScript. Otherwise, Composer may break your JavaScript into multiple lines, causing it to fail.

  1. Special Features
  2. Easy Web Design
  3. Advanced Styling