You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
970 B
Plaintext

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>驰骋工作流</title>
<!-- 引用通用的js文件. -->
<script type="text/javascript" src="../../Scripts/config.js" ></script>
<script type="text/javascript" language="javascript" >
function Load() {
alert("尚未完成.");
return;
var url = GetHrefUrl();
if (plant == "CCFlow") {
url = url.replace('.htm', '.aspx');
SetHref(url);
return;
} else {
url = url.replace('.htm', '.jsp');
SetHref(url);
return;
}
}
</script>
</head>
<body onload="Load()" >
<form id="cc">
<h2> <img src='../../Img/loading.gif' border=0 /> 正在加载, 请稍后...</h2>
</form>
</body>
</html>