How to Use the onerror event to capture errors on the webpage. (Not supported by Chrome, opera, and Safari)

Source: Internet
Author: User
<SCRIPT type = "  Text/JavaScript  " >
Onerror = handleerr
VaR TXT = ""

Function handleerr (MSG, URL, L)
{
TXT = " This page contains errors. \ N "
TXT + = " Error: " + MSG +" \ N "
TXT + = " URL: " + URL + " \ N "
TXT + = " Row: " + L + " \ N "
TXT + =" Click "OK" to continue. \ N "
Alert (txt)
Return True
}

Function Message ()
{
Adddlert ( " Welcome guest! " )
}
</SCRIPT>
</Head>

<Body>
<Input type =" Button " Value = " View Messages " Onclick = " Message () " />
</Body>
 
 
Summary:

For example, to do a uidesign, you must first learn to face Mu, read more, and practice more. Practice makes perfect.

After learning anything and understanding the truth, you can use it easily.

Design principles and methods. On the basis of understanding, you must practice more and practice more. Only by thinking and digesting yourself can you truly master the technology.

Do not focus only on the final results of a specific effect, but also understand the Core Principles. (Methods and Techniques)

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.