Latest Tutorials

Manipulating select boxes with DOM

<!DOCTYPE html> <html> <body> <select id="birds"...

Example of try-catch-finally statements

<!DOCTYPE html> <html> <head> <script> function addPara...

The Error object and error types

<!DOCTYPE html> <html> <body> <input type = "text"...

User-defined error object throwing error messages

<!DOCTYPE html> <html> <body> <form name="myForm"...

Example with multiple throw statements

<!DOCTYPE html> <html> <body> <input type = "text"...

The onerror event handled inside HTML

<!DOCTYPE html> <html> <head> <script> function e...

The onerror event handled inside JavaScript

<!DOCTYPE html> <html> <body> <script> window.onerror =...

The onerror event handled with addEventListener() method

<!DOCTYPE html> <html> <body> //Loading image which does no...

DOM Parsing type and try-catch mode

<!DOCTYPE html> <html> <body> <script> var str = "&...

Example of XML Serializer type

<!DOCTYPE html> <html> <style> p{font-size:smaller;color:li...