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

📄 temp_new_insert.php

📁 泛微协同办公系统标准版E-office V5.5的源代码内含泛微办公系统V5.5自动注册文件。
💻 PHP
字号:
<?php

echo "<s";
echo "cript>\r\n\r\nfunction openWFullSr(redirectUrl){\r\n\tvar width = screen.width ;\r\n\tvar height = screen.height ;\r\n\tif (height == 768 ) height -= 75 ;\r\n\tif (height == 600 ) height -= 60 ;\r\n\tvar szFeatures = \"top=0,\" ; \r\n\tszFeatures +=\"left=0,\" ;\r\n\tszFeatures +=\"width=\"+width+\",\" ;\r\n\tszFeatures +=\"height=\"+height+\",\" ; \r\n\tszFeatures +=\"directories=no,\" ;\r\n\tszFeatures +=\"status=yes,\" ;\r\n\tszFeatures +=\"menuba";
echo "r=no,\" ;\r\n\r\n\tif (height <= 600 ) szFeatures +=\"scrollbars=yes,\" ;\r\n\telse szFeatures +=\"scrollbars=no,\" ;\r\n\r\n\tszFeatures +=\"resizable=yes\" ; //channelmode\r\n\r\n\twindow.open(redirectUrl,\"\",szFeatures);\r\n\r\n}\r\n</script>\r\n";
$ietitle = $_REQUEST['IE_TITLE'];
$tempname = $_REQUEST['TEMP_NAME'];
include_once( "inc/conn.php" );
$sql1 = "INSERT INTO `index_temp` (`INDEX_TEMPID` ,`INDEX_TEMPNAME` ,`INDEX_SATUS`,`IE_TITLE` )VALUES (NULL , '{$tempname}', '0','{$ietitle}')";
$result1 = exequery( $connection, $sql1 );
$sql2 = "select max(INDEX_TEMPID) from index_temp";
$result2 = exequery( $connection, $sql2 );
$row2 = mysql_fetch_row( $result2 );
$tempid = $row2[0];
$sql = "INSERT INTO `index_div` (`DIV_ID` ,`IMGURL` ,`NAME` ,`CONTENT` ,`X_AXES` ,`Y_AXES` ,`Z_AXES` ,`TAGDIV` ,`WIDTH` ,`HEIGHT` ,`WORDCOLOR` ,`WORDFONT` ,`INPUTID` ,`TEMPID` )VALUES (NULL , NULL , '0', NULL , '0', '0', '0', '1', NULL , NULL , '', '0', '5', '{$tempid}')";
$result = exequery( $connection, $sql );
echo "<s";
echo "cript type=\"text/javascript\">\r\nopenWFullSr('login_index.php?tempid=";
echo $tempid;
echo "');\r\nwindow.location.href=\"temp_chose.php\";\r\n</script>\r\n";
?>

⌨️ 快捷键说明

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