1.htm

来自「JavaScript特效(新)这里有许多的JAVA特效.供学者参考」· HTM 代码 · 共 28 行

HTM
28
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

</head>

<body>
 

<body onLoad="openChromeslessWindow('index.htm','CoolBoo',100,100,null,null,'hello!', '000000', '000000', '999988', '808040' ,true,'Arial, Helvetica, sans-serif', '1','000000')">
<script id="chromeless" src="pz_chromeless_2.1.js"></script>
<script language="JavaScript">
<!--
function openChromeslessWindow(openUrl, winName, wWidth, wHeight, wPosx, wPosy, wTIT,
												windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel,
													bCenter, sFontFamily, sFontSize, sFontColor){
	
	openchromeless(openUrl,winName, wWidth, wHeight, wPosx, wPosy, wTIT, wTIT ,
							windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel,
								bCenter, sFontFamily, sFontSize, sFontColor);
}
//-->

</script>
</body>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?