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

📄 control.php

📁 极限网络智能办公系统—MYOA26—100%—源程序。
💻 PHP
字号:
<?php

include_once( "../auth1.php" );
include_once( "inc/auth.php" );
$connection = openconnection( );
$query = "SELECT * from IK_APP where APP_ID={$APP_ID}";
$cursor = exequery( $connection, $query );
if ( $ROW = mysql_fetch_array( $cursor ) )
{
	$APP_RETURN = $ROW['APP_RETURN'];
}
echo "\r\n<html>\r\n<head>\r\n<title>控制按钮</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n\r\n";
echo "<s";
echo "cript Language=\"JavaScript\">\r\nfunction copy_form()\r\n{\r\n  parent.form_view.document.execCommand('selectall'); \r\n  parent.form_view.document.execCommand('copy');\r\n  alert(\"表单全文已复制到剪贴板!\");\r\n}\r\n</script>\r\n</head>\r\n\r\n<body class=\"bodycolor\" topmargin=\"7\">\r\n<center>\r\n   <input type=\"button\" value=\"打印表单\" class=\"BigButton\" onclick=\"parent.print_view.document.execCommand('Print');\" title=\"直接打";
echo "印表单页面\">&nbsp;&nbsp;&nbsp;&nbsp;\r\n   <input type=\"button\" value=\"关闭\" class=\"BigButton\" onClick=\"parent.close();\" title=\"关闭窗口\">\r\n</center>\r\n</body>\r\n</html>";
?>

⌨️ 快捷键说明

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