Introduction to HTML static Web page--javascript-

Source: Internet
Author: User

Introduction to JavaScript

What's a 1.JavaScript thing?

It is a scripting language and requires a host file whose host file is an HTML file.

2. What does it have to do with Java ?

There is no direct connection,Java is the Sun Company (has been acquired by Oracle ),JavaScript is a Netspace (Netscape, which has been acquired by AOL), JScript It's Microsoft's,

90% like JavaScript , some features can only be IE used on.

3. Usage:

There are three blocks in the HTML position:

(1) inside head

(2)body inside

(3) after

For insurance purposes, it is generally written after .

<script language= "JavaScript" > generation in this face </script>

4. three common dialog boxes: yards must be placed

(1),alert ("") Warning dialog, the function is to pop up a warning dialog box.

(2),confirm ("") determine the dialog box, the role is to pop up a selection of the OK dialog box, click OK, it returns ture, click Cancel to return false , you can use variables to receive them.

 

(3),prompt (" prompt Text to display "), the role is to pop up a dialog box to enter the content.

Introduction to HTML static Web page--javascript-

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.