<script LANGUAGE="JavaScript">
function checkCASRedirect() {
var qs = new Querystring();
var ps_auth = qs.get("psLogin", "N");
if (ps_auth == "y"||ps_auth == "Y") {
}
else
{
window.location.href = portal_login_url;
}
}
</script>
</head>
<body onload="checkCASRedirect(); ptSignon().login();">
function checkCASRedirect() {
var qs = new Querystring();
var ps_auth = qs.get("psLogin", "N");
if (ps_auth == "y"||ps_auth == "Y") {
}
else
{
window.location.href = portal_login_url;
}
}
</script>
</head>
<body onload="checkCASRedirect(); ptSignon().login();">
No comments:
Post a Comment