relogin.ss.jsp 184 B

1
  1. <html> <head> </head> <body> <script type="text/javascript"> var s = '${msg}'; if(s){ alert(s); wd.topWindow.location.href = "/"; } </script> </body> </html>