Latest Tutorials

The mouse events properties 'button' and 'which'

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

Detecting which keyboard event and property occured

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

Example of keyCode and charCode properties

<!DOCTYPE html> <html> <head> <style> p+p{fon...

Example of onload events

<!DOCTYPE html> <html> <head> <style> img...

Example of onunload events

<!DOCTYPE html> <html> <head> <script> functi...

Example of submit() method

<!DOCTYPE html> <html> <body> <form method="get"...

Example of reset() method

<!DOCTYPE html> <html> <head> <style> body{font-size:s...

Accesing form elements with DOM

<!DOCTYPE html> <html> <body> <form id="myForm"&g...

Manipulating form elements with DOM

<!DOCTYPE html> <html> <body> <form id="appForm"...

Manipulating input elements with DOM

<!DOCTYPE html> <html> <body> <form> Enter telephone nu...