-
汽車銷售縱覽類網(wǎng)站織夢(mèng)...
-
室內(nèi)設(shè)計(jì)裝修工程類網(wǎng)站...
-
家禽飼養(yǎng)基地類網(wǎng)站織夢(mèng)...
-
中英雙語建材瓷磚裝飾類...
-
商用貨架展架類網(wǎng)站織夢(mèng)...
-
電子產(chǎn)品營銷類網(wǎng)站織夢(mèng)...
-
財(cái)富管理培訓(xùn)咨詢類網(wǎng)站...
-
重工業(yè)機(jī)械鋼鐵類網(wǎng)站織...
-
玻璃制品廠家類網(wǎng)站織夢(mèng)...
-
網(wǎng)站優(yōu)化快速排名類科技...
-
花卉養(yǎng)殖資訊類網(wǎng)站織夢(mèng)...
-
蔬菜水果批發(fā)類網(wǎng)站織夢(mèng)...
-
齒輪設(shè)備類網(wǎng)站織夢(mèng)模板...
-
旅游公司類網(wǎng)站織夢(mèng)模板...
-
金屬工藝品加工廠家類網(wǎng)...
-
創(chuàng)業(yè)資訊博客教程類網(wǎng)站...
-
壓濾機(jī)過濾設(shè)備類網(wǎng)站織...
-
戀愛情感資訊類網(wǎng)站織夢(mèng)...
-
大理石瓷磚生產(chǎn)類網(wǎng)站織...
-
汽車音箱喇叭低音炮類網(wǎng)...
- 效果

- 教程
打開 /include/common.func.php 找到 大概在278行的
function ShowMsg({中間代碼省略...}
把整個(gè)函數(shù)改成
function ShowMsg($msg, $gourl, $onlymsg=0, $limittime=0){if(empty($GLOBALS['cfg_plus_dir'])) $GLOBALS['cfg_plus_dir'] = '..';$htmlhead = "<html>\r\n<head>\r\n<title>提示信息</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\" />\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\">\r\n<meta name=\"renderer\" content=\"webkit\">\r\n<meta http-equiv=\"Cache-Control\" content=\"no-siteapp\" />";$htmlhead .= "<base target='_self'/>\r\n<style>div{line-height:160%;}</style></head>\r\n<body leftmargin='0' topmargin='0' bgcolor='#FFFFFF'>".(isset($GLOBALS['ucsynlogin']) ? $GLOBALS['ucsynlogin'] : '')."\r\n<center>\r\n<script>\r\n";$htmlfoot = "</script>\r\n</center>\r\n</body>\r\n</html>\r\n";$litime = ($limittime==0 ? 1000 : $limittime);$func = '';if($gourl=='-1'){if($limittime==0) $litime = 5000;$gourl = "javascript:history.go(-1);";}if($gourl=='' || $onlymsg==1){$msg = "<script>alert(\"".str_replace("\"","“",$msg)."\");</script>";}else{//當(dāng)網(wǎng)址為:close::objname 時(shí), 關(guān)閉父框架的id=objname元素if(preg_match('/close::/',$gourl)){$tgobj = trim(preg_replace('/close::/', '', $gourl));$gourl = 'javascript:;';$func .= "window.parent.document.getElementById('{$tgobj}').style.display='none';\r\n";}$func .= " var pgo=0;function JumpUrl(){if(pgo==0){ location='$gourl'; pgo=1; }}\r\n";$rmsg = $func;$rmsg .= "document.write(\"<style>body{background:#F6F6F6}.tips-box{margin-top:50px;padding:0;width:450px;border:10px solid #E8E8E8;background:#fff;color:#444;font-family:微軟雅黑}.tips .title{margin:0 20px;padding:15px 0;border-bottom:1px dotted #DDD;text-align:left;font-size:15px}.tips .title p{padding-left:10px;height:18px;border-left:2px solid #268B26;font-weight:600;line-height:18px;margin: 0;}.tips .content{position:relative;padding:30px;height:120px;background:#fff;color:#666;font-size:15px}.tips .content p.tip{color:#999;font-size:1px}.tips .content a.go{display:block;margin:15px auto 0;padding:6px 10px;width:80px;border:1px solid #268B26;border-radius:3px;color:#268B26;text-decoration:blink;font-size:13px}.tips .content a:hover{background:#268B26;color:#fff}</style>\");\r\n;";$rmsg .= "document.write(\"<div class='tips tips-box'>";$rmsg .= "<div class='title'><p>提示信息</p></div>\");\r\n";$rmsg .= "document.write(\"<div class='content'>\");\r\n";$rmsg .= "document.write(\"".str_replace("\"","“",$msg)."\");\r\n";$rmsg .= "document.write(\"";if($onlymsg==0){if( $gourl != 'javascript:;' && $gourl != ''){$rmsg .= "<a href='{$gourl}' class='go'>點(diǎn)擊跳轉(zhuǎn)</a>";$rmsg .= "<br/></div>\");\r\n";$rmsg .= "setTimeout('JumpUrl()',$litime);";}else{$rmsg .= "<br/></div>\");\r\n";}}else{$rmsg .= "<br/><br/></div>\");\r\n";}$msg = $htmlhead.$rmsg.$htmlfoot;}echo $msg;}
注意:如果你有改過這個(gè)函數(shù),記得備份一個(gè)你的再嘗試!


