User Profile

Collapse

Profile Sidebar

Collapse
NavinVerma
NavinVerma
Last Activity: May 12 '10, 01:56 PM
Joined: Apr 30 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • NavinVerma
    started a topic invalidate session
    in Java

    invalidate session

    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
    See more | Go to post

  • 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()
    ...
    See more | Go to post
    Last edited by gits; Apr 30 '10, 09:50 AM. Reason: added code tags
No activity results to display
Show More
Working...