JavaScript method for executing the. ASPX page in the ASP. NET background. CS File

Source: Internet
Author: User
01. <SCRIPT type = text/JavaScript> 02.var DG = frameelement. DG, CWIN; 03. function closewindow () 04. {05. DG. cancel (); 06 .} 07. </script> ViewCodeCopy to clipboard 01. protected void b4_click (Object sender, eventargs e) 02. {03. try 04. {05. // The two methods are different. // Method 1: 07. // register to the end. HTML elements have been loaded. 08. this. page. clientscript. registerstartupscript (this. getType (), "close1", "closewindow ()", true); 09. // Method 2: 10. // register the header. html is not loaded yet! 11. // JS reports that the object is missing 12. this. page. clientscript. registerclientscriptblock (this. getType (), "close12", "closewindow ()", true); 13 .} 14. catch 15. {16. 17 .} 18 .}
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.