Latest Tutorials

Location object and reload() method

<!DOCTYPE html> <html> <body> <button onclick=page2()>Rel...

Location object and replace() method

<!DOCTYPE html> <html> <body> <button onclick=page3()>Rep...

Navigator object's properties example

<!DOCTYPE html> <html> <body> <button onclick=getNavi()>G...

History object's methods forward() and go()

<!DOCTYPE html> <html> <body> <button onclick=takeFront...

History object's methods back() and go()

<!DOCTYPE html> <html> <body> <script>alert("Number...

The navigator.plugins property

<!DOCTYPE html> <html> <body> <script> var len = navigat...

Detecting plugins hasPlugin() method

<!DOCTYPE html> <html> <body> <script> function hasP...

The onerror event example

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

The onload event example

<!DOCTYPE html> <html> <head> <style> p:nth-child(odd...

The onresize event example

<!DOCTYPE html> <html> <head> <style> p:nth-child(odd...