Describe about javascript, Computer Engineering

Assignment Help:

World Wide Web (WWW) began as a text-only medium. First version doesn't even have the capability to include graphics on a page. Today's Web sites include sound animation, graphics, video and sometimes even useful content! Web scripting languages, like JavaScript, are one of the easiest ways to spice up Web page and to interact with users in new ways, HTML, unlike which is a simple text markup language, which can't respond to user, make decisions or automate repetitive tasks. Web scripting languages enables us to combine scripting with HTML to create interactive Web pages. A script in JavaScript can range from a single line to a full-scale application. JavaScript was developed by Netscape Communications Corporation, the makers of the popular Netscape Navigator Web browser. JavaScript was first Web scripting language to be introduced, and it is by far most popular. Here are a number of things you can do with JavaScript:

  • Add changing or scrolling messages to the browser's status line.
  • Validate the contents of a form and make calculations.
  • Display messages to user, either as part of a Web page or in the alert boxes.
  • Create images or animate images which change when you move the mouse over them.
  • Detect the browser in use and display different content for different browsers.
  • Detect installed plug-ins and notify the user if a plug-in is required.

 


Related Discussions:- Describe about javascript

Assembly language - computer architecture, Assembly language: An assem...

Assembly language: An assembly program has a series of instructions--mnemonics that relate to a stream of executable instructions, when translated by an assembler that may be

Explain direct or indirect communication, Explain Direct or Indirect Comm...

Explain Direct or Indirect Communication in Inter-process communication. Several types of message passing system in Direct or Indirect Communication are given below:

Differentiate aggregation and containment, Aggregation is the relationship ...

Aggregation is the relationship among the whole and a part. We can add/subtract some properties in the part (slave) side. It won't affect the entire part. Best example is Car,

Define the uniform memory access model (uma), Normal 0 false ...

Normal 0 false false false EN-US X-NONE X-NONE

Explain syntax of recursion, Syntax of recursion int fib(int num) /*...

Syntax of recursion int fib(int num) /* Fibonacci value of a number */ {      switch(num) { case 0: return(0); break; case 1: return(1); break; default:  /* Incl

Prove the equations using the boolean algebraic theorems, Prove the equatio...

Prove the equations A + A‾ .B + A.B‾ = A + B using the Boolean algebraic theorems ? Ans. The equation is A + A‾.B + A.B‾ = A + B L.H.S. = A + A‾ .B + A.B‾ = (A + A.B‾) + A‾.B

Multi-threaded concurrency programming with threads, Your task is to implem...

Your task is to implement a memory manager that manages page reads and writes from multiple client threads. In the first programming task the memory manager keeps all the pages in

Explain jk flip-flop using sr flip-flop, Q. Explain 4 bit Ripple counter wi...

Q. Explain 4 bit Ripple counter with necessary diagram. Q. Explain JK Master-slave Flip-flop with block diagram and logic design. Q. Explain JK flip-flop using SR flip-flop

Show the developments that happened in third generation, Q. Show the develo...

Q. Show the developments that happened in third generation? The main developments that happened in third generation can be summarized as below: Application of IC circuit

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd