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.
35 lines
933 B
Plaintext
35 lines
933 B
Plaintext
11 months ago
|
<!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() {
|
||
|
|
||
|
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">
|
||
|
|
||
|
|
||
|
|
||
|
<br />
|
||
|
<center> <img src='../Img/loading.gif' alt="" />正在加载,请稍后。。。 </center>
|
||
|
</form>
|
||
|
|
||
|
</body>
|
||
|
</html>
|