Click on the Delete button in the JSP page to eject the confirmation dialog box __js

Source: Internet
Author: User

<script type= "Text/javascript" language= "JavaScript" >

Function del (URL) {

if (Confirm ("OK) to delete the topic. ")){

Window.location.href = "delselect.jsp?id=" +url;

}

Document.form1.action ("delselect.jsp?id=" +url);

}

</script>

<input type= "button" value= "delete" onclick= "del (1)"/>

Click on the page a delete button, pop-up ok dialog box, OK, the page will jump to the delselect.jsp page to perform the deletion of the data in the database, after the successful execution and automatically jump to a page. In the process and for the discovery of the presence of delselect.jsp.

The Del () in the onclick= "del (1)" can be dynamically passed the value.

I have just learned, if there is a better way to hope you master advice.

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.