Setting and clearing timeout timer

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

Dialog box and alert() method example

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

Dialog box and confirm() method example

<!DOCTYPE html> <html> <body> <script> if(confirm(...

Dialog box and prompt() method example

<!DOCTYPE html> <html> <body> <script> var name =...

Location object and assign() method

<!DOCTYPE html> <html> <body> <button onclick=page1()>Loa...

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...