Implement Java EE in the background action control foreground JavaScript Popup dialog box

Source: Internet
Author: User

1. In the background action:

Request.setattribute ("message", "This user name or password is wrong, please re-enter!") ");


2, the front page JSP:

2.1. Add the OnLoad method to the <body> tag, for example: <body topmargin= "0" leftmargin= "0" onload= "checkform ()" >

2.2, add the JS code block in this JSP page, as follows:

<!--Popup Dialog: This user name or password is wrong, please enter it again! -
<script type= "Text/javascript" >
function Checkform () {
var flag = ' <%=request.getattribute ("message")%> ';
if (flag! = "Null") {
alert (flag);
/* Clear the values in the <input> tab
$ ("#name"). attr ("Value", "");
$ ("#password"). attr ("Value", "");
*/
}
}
</script>


Summary: The JS Code Pop-up dialog is executed through the research onload method in the foreground JSP by putting the error message into the message in the background.

Implement Java EE in the background action control foreground JavaScript Popup dialog box

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.