Files
web.ems/wxc2_omc/frame/downIndex/downIndex.php
2024-10-21 11:36:30 +08:00

18 lines
549 B
PHP

<?php
require("../../inc/header.inc");
?>
<frameset cols="150,*" framespacing="0" border="0" frameborder="0">
<frame noresize="noresize" name="leftMenu" target="contents" src="../leftMenu/leftMenu.php?level_1=<?php echo $_REQUEST['level_1'];?>" scrolling="auto" style="border-right: 0 solid #000000;">
<frame noresize="noresize" name="contents" src="../contents/default.php?level_1=<?php echo $_REQUEST['level_1'];?>">
<noframes>
<body>
<p>此网页使用了框架,但您的浏览器不支持框架。</p>
</body>
</noframes>
</frameset>
</html>