jschoose.php
来自「泛微协同办公系统标准版E-office V5.5的源代码内含泛微办公系统V5.5」· PHP 代码 · 共 9 行
PHP
9 行
<?php
echo "<S";
echo "CRIPT>\r\n\r\nfunction ChangeSurvey () {\r\n\tvar cindex = document.chooseform.choosesurvey.selectedIndex;\r\n\tvar cvalue = document.chooseform.choosesurvey.options[cindex].value;\r\n\tthis.location = \"choose.php?cs=\"+cvalue;\r\n}\r\n\r\nfunction ViewSurvey (stattype) {\r\n\tvar cindex = document.chooseform.choosesurvey.selectedIndex;\r\n\tvar cvalue = document.chooseform.choosesurvey.options[cindex].value;\r\n\tvar csize =";
echo " document.chooseform.choosesurvey.length;\r\n\tif (cindex >= 1 && cindex < csize && cvalue) {\r\n\t\tthis.location = \"../stats.php?sid=\"+cvalue+\"&st=\"+stattype+\"&fa=1\";\r\n\t} else if (cindex == 0) {\r\n\t\talert(\"%%NoSurveySelected%%\");\r\n\t}\r\n}\r\n\r\nfunction DeleteEntry (deleteurl, qnumb) {\r\n\tif (confirm('%%ConfirmDelete%%'+'%%?%%')) {\r\n\t\tthis.location = deleteurl;\r\n\t}\r\n}\r\n\r\nfunction DownloadResult (sid, stattype)";
echo " {\r\n\tvar cindex = document.result.chooseresult.selectedIndex;\r\n\tvar cvalue = document.result.chooseresult.options[cindex].value;\r\n\tthis.location = \"dlresults.php?sid=\"+sid+\"&tp=\"+cvalue+\"&st=\"+stattype;\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\", \"directories=no,toolbar=no,menub";
echo "ar=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 + -
显示快捷键?