| Author |
logout button is not working
|
Samanthi perera
Ranch Hand
Joined: Jan 08, 2010
Posts: 510
|
|
this is logout.jsp
this is Adminprocessor.java servlet
this is logout.java servlet
but my logout button is not working.when i click it doesn't go to index.jsp?
|
 |
Hany Shafik
Ranch Hand
Joined: Jun 21, 2008
Posts: 80
|
|
|
I guess the problem is that you are using type = button instead of type = submit, the form is never submitted
|
 |
 |
|
|
subject: logout button is not working
|
|
|