|
The main page is divided into two parts, the left and right are navigation bars. Click the exit menu to execute
<%
session.invalidate ();
response.sendRedirect ("index.html");
%>
However, only the landing page is displayed in the navigation bar, and the rest of the frame is not moved. How can I completely exit to the landing page? |
|