⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 face.js.php

📁 phpcms2007很好的cms内容管理系统,操作方便
💻 PHP
字号:
<?php$dir = dirname($_SERVER['PHP_SELF']);?>function setFace() {	var intWidth = 240;	var intHeight = 254;	var faceValue = window.showModalDialog("<?php echo $dir; ?>/face.php",window,"dialogWidth:"+intWidth+"px;dialogHeight:"+intHeight+"px;center:yes;help:no;scroll:no;status:yes;resizable:no;scroll:no");	if (faceValue != null) {		editor.document.body.innerHTML += "<img src='"+faceValue+"' border='0' align='absmiddle'>";	}}document.write("<img id='face' src='<?php echo $dir; ?>/face_42.gif' border='0' align='absmiddle' alt='璁剧疆琛ㄦ儏鍥炬爣' style='cursor:pointer' onclick='setFace();'>");

⌨️ 快捷键说明

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