jsadmin.php

来自「泛微协同办公系统标准版E-office V5.5的源代码内含泛微办公系统V5.5」· PHP 代码 · 共 7 行

PHP
7
字号
<?php

echo "<S";
echo "CRIPT>\r\n\r\nfunction DownloadResult () {\r\n  var cindex = document.backup.choosesurvey.selectedIndex;\r\n  var cvalue = document.backup.choosesurvey.options[cindex].value;\r\n  this.location = \"dlresults.php?sid=\"+cvalue+\"&tp=phpQ&st=a\";\r\n}\r\n\r\nfunction phpQHelp (helpcontent, heading) {\r\n\tif (helpwin) { helpwin.close(); }\r\n\tvar helpwin = window.open(\"help.php?loc=\"+helpcontent+\"&hd=\"+heading, \"help\", \"dir";
echo "ectories=no,toolbar=no,menubar=no,location=no,resize=yes,status=no,resizable=yes,scrollbars=yes,width=465,height=275\");\r\n\thelpwin.focus();\r\n}\r\n\r\n</SCRIPT>\r\n";
?>

⌨️ 快捷键说明

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