| Server IP : 180.180.241.3 / Your IP : 216.73.216.25 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/AppServ/www/umedia3/login.upload/ |
Upload File : |
<?
include("../inc/config.inc.php");
head();
include("_REQPERM.php");
mn_lib();
//barcodeval_set("TMP-ftcontent-$useradminid-FTCODE",$FTCODE);
?>
<CENTER><br />
<table border="0" cellpadding="0" cellspacing="0" width=780 align=center>
<tr><td class=table_head><? echo getlang("àÃÕ§ÅӴѺ::l::Ordering");?></td>
<td><? echo marc_gettitle($mid);?></td></tr>
<tr>
<td colspan=2 align=center><A HREF="index.php?mid=<? echo $mid;?>" class=a_btn><B><? echo getlang("¡ÅѺ::l::Back"); ?></B></A>
</td></tr></table>
</CENTER>
<script language="javascript">
function resizeIframe2(id,minwidth) {
try {
frame = document.getElementById(id);
frame.scrolling = "no";
innerDoc = (frame.contentDocument) ? frame.contentDocument : frame.contentWindow.document;
objToResize = (frame.style) ? frame.style : frame;
tmpfrheight = innerDoc.body.scrollHeight + 2;
if (tmpfrheight>5000) {
tmpfrheight=5000;
}
if (tmpfrheight<minwidth) {
tmpfrheight=minwidth;
}
objToResize.height = tmpfrheight+5;
} catch (e) {
window.status = e.message;
}
}
</script>
<CENTER><iframe width=750 height=700 src="ordersub.php?mid=<? echo $mid?>"
onload="resizeIframe2('orderframe',50);"
ID="orderframe"></iframe>
<BR>
<A HREF="index.php?mid=<? echo $mid;?>" class=a_btn><B><? echo getlang("¡ÅѺ::l::Back"); ?></B></A></CENTER>
<?
foot();
?>