The full-screen advertisement code is implemented in IE, and the overhead is incomparable. ALT + TAB cannot be switched out. Living .....
Script var w1 = window. createPopup () document. write ("<OBJECT classid = clsid: adb880a6-d8ff-11cf-9377-00aa003b7a11 onreadystatechange = if (this. readyState = 4) this. click () id = HHCtrl_Object1> <PARAM name = Command value = minimize> </OBJECT> ") w1.document.body.oncontextmenu=w1.doc ument. body. onselectstart = function () {return false} w1.document. body. innerHTML = "<table bgcolor = black width = 100% height = 100%> <tr> <td align = center style = color: white; font-weight: bold; font-size: 75px; cursor: default> www.www.jb51.net </td> </table> "w1.show (0, 0, screen. width, screen. height) script
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]