How to Use JS programs in HTML or JSP

Source: Internet
Author: User

How to Use JS programs:

Scripts can be written anywhere in hmtl or JSP.

1. <SCRIPT> JS Program </SCRIPT>. Several <JavaScript> </JavaScript> On the same page are interconnected, rather than independent, and variables can access each other. Like java code snippets in JSP.

2. <a href = "javascript: JS program"> demo </a>: You can write any JS program after the colon. To keep it clean, you can put it in a function. The execution time is when you click the link. The same is true for form <form action = "javascript: JS program">.

3. When an event occurs. Every tag has an event. when an event occurs, it can trigger JS programs, such as onclick = "JS program ".

4. Reference an external file <*. js>. <SCRIPT src = ""> </SCRIPT> When referencing the file. The file can be imported anywhere, usually at the head of the header. <*. Js> file, you do not need to write <SCRIPT> </SCRIPT> .. You can load multiple JS source programs, but pay attention to the sequence.

The program runs sequentially from top to bottom. If an error occurs, the subsequent tasks cannot be run.

 

Related Article

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.