Add the javascrip script to the web control button.

Source: Internet
Author: User
Sometimes we need to add the javascrip script to the web control button. For example, after clicking a button, a confirmation dialog box is displayed. When the user clicks "OK" or "cancel", the next operation is performed, if this process is completely on the server side CodeIt is very difficult to implement, so you need to append the javascrip script on this button.
Add the attributes. Add (key as string, value as string) Statement to the button.
Example:
Revoke Delete. Attributes. Add ("onclick", "javascript: Return confirm ('" & Localization. getstring ("deleteitem ")&"');")
......
Private sub extension delete_click (byval sender as object, byval e as eventargs) handles into Delete. Click
'Processing statement
End sub

The confirm delete button indicates the button ID. After you click the delete button, a dialog box is displayed. After the user confirms the deletion, the delete operation is performed.

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.