jsadmin.php
来自「调查问卷系统源码。想下的就下吧。不要条件」· PHP 代码 · 共 16 行
PHP
16 行
<SCRIPT>
function DownloadResult () {
var cindex = document.backup.choosesurvey.selectedIndex;
var cvalue = document.backup.choosesurvey.options[cindex].value;
this.location = "dlresults.php?sid="+cvalue+"&tp=phpQ&st=a";
}
function phpQHelp (helpcontent, heading) {
if (helpwin) { helpwin.close(); }
var helpwin = window.open("help.php?loc="+helpcontent+"&hd="+heading, "help", "directories=no,toolbar=no,menubar=no,location=no,resize=yes,status=no,resizable=yes,scrollbars=yes,width=465,height=275");
helpwin.focus();
}
</SCRIPT>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?