Simple Example of the number of clicks read by js (read from the database) _ javascript skills

Source: Internet
Author: User
This article mainly introduces a simple example of how to read the number of clicks by js (read from the database ). For more information, see. How many times have you clicked each time?

1. You can drag a hidden button control on the server side and write the button Click event. This event is used to retrieve the total number of clicks from the database.

2. Assign the number of clicks to the Text attribute of a hidden TextBox Control.

3. Trigger the click Event of the button control on the server in your js function validata ().
Fuction validata () "{document. getElementById (" Button1 "). click ();
Var num = Num (document. getElementById ("TextBox1"). value) + 1; return num ;}

4. num indicates the number of images to be clicked. I wrote it in notepad and adjusted it by myself when the js function is wrong.

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.