17 lines
536 B
Text
17 lines
536 B
Text
<!DOCTYPE html><jsp:useBean id="lang" class="java.lang.String" type="java.lang.String" scope="session" >
|
|
</jsp:useBean>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<title><acx:lang>... redirect to login page ...</acx:lang></title>
|
|
</head>
|
|
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000">
|
|
<script language="JavaScript1.2">
|
|
setTimeout("window.top.location.href='login_clienti.html';",20)
|
|
</script>
|
|
<acx:lang>Redirect to login page....</acx:lang>
|
|
|
|
</body>
|
|
</html>
|