init web ems all
This commit is contained in:
21
wxc2_omc/performance/mrfcCsta/csta_frame.php
Executable file
21
wxc2_omc/performance/mrfcCsta/csta_frame.php
Executable file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
require("../../inc/header.inc");
|
||||
?>
|
||||
|
||||
|
||||
<frameset rows="75,*" frameborder=0 border=0>
|
||||
<?php
|
||||
echo "<frame scrolling=\"no\" name=\"csta_up\" src=\"csta_up.php\">";
|
||||
echo "<frame name=\"csta_down\" src=\"csta_down.php\">";
|
||||
?>
|
||||
|
||||
<noframes>
|
||||
<body>
|
||||
<p>Frame isn't supported!</p>
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user