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

📄 game.php

📁 通达OA2007SE源代码 非常好的
💻 PHP
字号:
<?
  include_once 'inc/auth.php';
  echo '
<html>
<head>
<title>游戏</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body class="bodycolor" topmargin="5">
<table border="0" width="100%" cellspacing="0" cellpadding="3" class="small">
  <tr>
    <td class="Big"><img src="/images/menu/game.gif" WIDTH="22" HEIGHT="20" align="absmiddle">';
  echo '<s';
  echo 'pan class="big3"> 游戏 - ';
  echo $GAME_NAME_DESC;
  echo '</span><br>
    </td>
    </tr>
</table>
<div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="/inc/swflash.cab#version=6,0,0,0" width="500" height="400">
<param name=movie value="';
  echo $GAME_NAME;
  echo '.swf">
<param name=quality value=high>
</object>
<br>
<br>
<input type="button" value="全屏" language="JavaScript" onClick="window.open(\'';
  echo urlencode ($GAME_NAME);
  echo '.swf\',\'game_full\',\'status=0,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes\')" class="BigButton">&nbsp;&nbsp;
<input type="button" value="重新开始" language="JavaScript" onClick="location.reload()" class="BigButton">&nbsp;&nbsp;
<input type="button" value="返回" language="JavaScript" onClick="location=\'index.php\'" class="BigButton">
</div>
</body>
</html>
';
?>

⌨️ 快捷键说明

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