dede 提示信息窗口

  function ShowMsg($msg,$gourl,$onlymsg=0,$limittime=0)
{
    //if(empty($GLOBALS['cfg_phpurl'])) $GLOBALS['cfg_phpurl'] = '..';

    $htmlhead  = "<html>/r/n<head>/r/n<title>提示信息</title>/r/n<meta http-equiv=/"Content-Type/" content=/"text/html; charset=utf-8/" />/r/n";
    $htmlhead .= "<base target='_self'/>/r/n<style>div{line-height:160%;}</style></head>/r/n<body leftmargin='0' topmargin='0'>" ."/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
    {
        //当网址为:close::objname 时, 关闭父框架的id=objname元素
        if(eregi('close::',$gourl))
        {
            $tgobj = trim(eregi_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(/"<br /><div style='width:450px;padding:0px;border:1px solid #D1DDAA;'>";
        $rmsg .= "<div style='padding:6px;font-size:12px;border-bottom:1px solid #D1DDAA;background:#DBEEBD url({$GLOBALS['cfg_phpurl']}/img/wbg.gif)';'><b>DEDECMS 提示信息!</b></div>/");/r/n";
        $rmsg .= "document.write(/"<div style='height:130px;font-size:10pt;background:#ffffff'><br />/");/r/n";
        $rmsg .= "document.write(/"".str_replace("/"","“",$msg)."/");/r/n";
        $rmsg .= "document.write(/"";
       
        if($onlymsg==0)
        {
            if( $gourl != 'javascript:;' && $gourl != '')
            {
                $rmsg .= "<br /><a href='{$gourl}'>如果你的浏览器没反应,请点击这里...</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;
}

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值