search
Homephp教程PHP源码信息提示函数
信息提示函数May 25, 2016 pm 05:15 PM

php代码

function ShowMsg($msg, $gourl, $onlymsg = 0, $limittime = 0) //系统提示信息
{
/*
*$msg 信息提示的内容
*$gourl 需要跳转的网址
*$onlymsg 1 表示不自动跳转 0表示自动跳转
*$limittime 跳转的时间
*/
	global $dsql, $cfg_ver_lang;
	if (eregi ( "^gb", $cfg_ver_lang ))
		$cfg_ver_lang = 'utf-8';
	$htmlhead = "<html>\r\n<head>\r\n<title>系统提示</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset={$cfg_ver_lang}\" />\r\n";
	$htmlhead .= "<base target=&#39;_self&#39;/>\r\n</head>\r\n<body leftmargin=&#39;0&#39; topmargin=&#39;0&#39;>\r\n<center>\r\n<script>\r\n";
	$htmlfoot = "</script>\r\n</center>\r\n</body>\r\n</html>\r\n";
	
	if ($limittime == 0)
		$litime = 5000;
	else
		$litime = $limittime;
	
	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 {
		$func = "      var pgo=0;
      function JumpUrl(){
        if(pgo==0){ location=&#39;$gourl&#39;; pgo=1; }
      }\r\n";
		$rmsg = $func;
		$rmsg .= "document.write(\"<br/><p style=&#39;width:400px;padding-top:4px;height:24;font-size:10pt;border-left:1px solid #999999;border-top:1px solid #999999;border-right:1px solid #999999;background-color:#CCC;&#39;>系统提示信息:</p>\");\r\n";
		$rmsg .= "document.write(\"<p style=&#39;width:400px;height:100;font-size:10pt;border:1px solid #999999;background-color:#f9fcf3&#39;><br/><br/>\");\r\n";
		$rmsg .= "document.write(\"" . str_replace ( "\"", "“", $msg ) . "\");\r\n";
		$rmsg .= "document.write(\"";
		if ($onlymsg == 0) {
			if ($gourl != "javascript:;" && $gourl != "") {
				$rmsg .= "<br/><br/><a href=&#39;" . $gourl . "&#39;>如果你的浏览器没反应,请点击这里...</a>";
			}
			$rmsg .= "<br/><br/></p>\");\r\n";
			if ($gourl != "javascript:;" && $gourl != "") {
				$rmsg .= "setTimeout(&#39;JumpUrl()&#39;,$litime);";
			}
		} else {
			$rmsg .= "<br/><br/></p>\");\r\n";
		}
		$msg = $htmlhead . $rmsg . $htmlfoot;
	}
	if (isset ( $dsql ) && is_object ( $dsql ))
		@$dsql->Close ();
	echo $msg;
}
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft