i use invalidate matode of jsp to destroy a session but when i click back button of browser the session get restarted.
How can i copletely destory a session
User Profile
Collapse
-
i want to call onclick function in another function
My code is
...Code:<script language="javascript"> document.write("<select id=\"num\" onchange=\"selected()\">"); document.write("<option>"); for(i=1;i<=10;i++) document.write("<option value="+i+">"+i); document.write("</select>"); function selected()
No activity results to display
Show More