📄 jsadmin.php
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -