MVC pop-up Prompt window

Source: Internet
Author: User

Method 1: Define the js method on the page first.

<SCRIPT type = "text/JavaScript">
Function showalert ()
{
Alrer ('here is the dialog box ');
}
</SCRIPT>


Then determine whether to call this method on the page:

<% IF (viewdata ["isshowalert"]. tostring () = "true") %>
Showalert ();
<% End %>

Then, define the value of viewdata ["isshowalert"] in the Controller as needed.

Method 2: This method is the simplest and the most code-saving:
Return directly in controller:

Return content ("<SCRIPT> alert ('message submitted successfully. Thank you for your support. We will contact you as soon as possible based on your contact information! '); </SCRIPT> "," text/html ");


I tried to use MVC to build a small website for the first time. And the traditional webform has changed too much. If you want to learn MVC well, you have to work hard.

Address: http://www.cnblogs.com/wyfs/archive/2012/03/08/2385902.html

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.