?? pz_chromelesstit.js
字號:
// Chromeless window v1.1 (TITLE)
// www.microbians.com / Gabriel Suchowolski power[z]one - powerz@microbians.com
//
// Distributed under the terms of the GNU Library General Public License
//
// - This routins are modifications based on Steinman DynAPI, so please... better use the original one. http://www.dansteinman.com/dynduo/
// - Chromeless trick by webFX. http://www.eae.net/webfx/
// - Chromeless mouse control to handled like a normal window by Gabriel Suchowolski power[z]one
//////////////////////////////////////////////////////////////// Title bar control //////
var isinit = false;
var mywindowok = true;
var param = parent.location.search.toString()
param = unescape( param.substring(1, param.length) )
if ( param.split("|").length>=9 ) {
theURL = param.split("|")[0]
windowCERRARa = param.split("|")[1]
windowCERRARd = param.split("|")[2]
windowCERRARo = param.split("|")[3]
windowTIT = param.split("|")[4]
windowBORDERCOLOR = param.split("|")[5]
windowBORDERCOLORsel= param.split("|")[6]
windowTITBGCOLOR = param.split("|")[7]
windowTITBGCOLORsel = param.split("|")[8]
}
else { // For debug
theURL="about:blank"
windowCERRARa = "imgs/close_a.gif"
windowCERRARd = "imgs/close_d.gif"
windowCERRARo = "imgs/close_o.gif"
windowTIT = "<font face=verdana size=1>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -