Javascript Blur() method is used to remove focus from the current window. i.e, It sends the new open Window to the background.If click on the blur window button then the site.org page will move to the background. Whereas Javascript focus() method is used to focus on the new open window. i.e bringing back the blurred… Continue reading How to use Javascript Window Blur() and Window Focus() Method