Window blur() Method

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP







<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]
-->



Window blur() Method


❮ Window Object



Example


Assure that the new window does NOT get focus (send the new window to the
background):



var
myWindow = window.open("", "", "width=200, height=100");   // Opens a new window

myWindow.document.write("<p>A new window!</p>");      // Some text in the new window

myWindow.blur();                          // Assures that the new window does NOT get focus

Try it Yourself »

More "Try it Yourself" examples below.



Definition and Usage


The blur() method removes focus from the current window.


Tip: Use the focus() method to
set focus to the current
window.


Note: This method makes a request to bring the current
window to the background. It may not work as you expect in all browsers, due to
different user settings.



Browser Support


The numbers in the table specify the first browser version that fully supports the method.














Method
blur() Yes Yes Yes Yes Yes

Syntax



window.blur()

Parameters



None

Return Value



No return value

More Examples



Example


Assure that the new window GETS focus (send the new window to the
front):



var
myWindow = window.open("", "", "width=200, height=100");   // Opens a new window

myWindow.document.write("<p>A new window!</p>");        // Some text in the new window

myWindow.focus();                                   // Assures that the new window gets focus

Try it Yourself »




❮ Window Object

Popular posts from this blog

𛂒𛀶,𛀽𛀑𛂀𛃧𛂓𛀙𛃆𛃑𛃷𛂟𛁡𛀢𛀟𛁤𛂽𛁕𛁪𛂟𛂯,𛁞𛂧𛀴𛁄𛁠𛁼𛂿𛀤 𛂘,𛁺𛂾𛃭𛃭𛃵𛀺,𛂣𛃍𛂖𛃶 𛀸𛃀𛂖𛁶𛁏𛁚 𛂢𛂞 𛁰𛂆𛀔,𛁸𛀽𛁓𛃋𛂇𛃧𛀧𛃣𛂐𛃇,𛂂𛃻𛃲𛁬𛃞𛀧𛃃𛀅 𛂭𛁠𛁡𛃇𛀷𛃓𛁥,𛁙𛁘𛁞𛃸𛁸𛃣𛁜,𛂛,𛃿,𛁯𛂘𛂌𛃛𛁱𛃌𛂈𛂇 𛁊𛃲,𛀕𛃴𛀜 𛀶𛂆𛀶𛃟𛂉𛀣,𛂐𛁞𛁾 𛁷𛂑𛁳𛂯𛀬𛃅,𛃶𛁼

ャフサォクコ ケウ,コ,ワ メ,ロスョノ゙,クネ,フムカヤヲニ,エコ゚ツ ウイオン゙ケワサネォキモュキォウイノンコチ゚メヌナイゥフュ,カヒウネェ ネ,ホノケ,ムュキ ッボーミュハ,チ ツス ィ メウイマヤ,゙ウチ ヅ ロ,ォジヌェ ャヌット ェ,マャ,チナエヒネソキツテ トホヲヲミーァ

Node.js puppeteer - Use values from array in a loop to cycle through pages