apps/com.actionsoft.apps.coe.pal/template/page/main.frames.coe.htm
2022-06-27 22:14:40 +08:00

19 lines
701 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>AWS&reg; Business Process Center of Excellence </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" type="image/ico" href="/portal/favicon.ico">
</head>
<body>
<script language="javascript">
document.write("<form action='./w' method=post id=formx1 name=formx1 style='display:none'>");
document.write("<input type=hidden name=sid value='<#sid>' />");
document.write("<input type=hidden name=cmd value='COE_PORTAL_HEADER' />");
document.write("<input type=hidden name=coePortal value='<#coePortal>' />");
document.write("</form>");
document.getElementById('formx1').submit();
</script>
</body>
</html>