Regalamiunsorriso/www/logonRedirect.jsp

17 lines
536 B
Text
Raw Permalink Normal View History

2026-03-14 20:04:39 +01:00
<!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>