Search:

Type: Posts; User: nayal_ashish

Search: Search took 0.08 seconds.

  1. Problem in retaining checkbox checked status after validation

    I have a checkbox with multiple values.When I submit the form and some validation occurs,then on again page load I want to retain the checked status of checkbox.
    Please suggest me some solution.
  2. problem in accessing arraylist elemnts in javascript

    I am passing a arraylist from jsp to javascript.
    How to access the elements of arraylist in javascript

    jsp code:
    <%out.print(arraylist)%>

    javascript

    var http = createRequestObject();
    var...
Results 1 to 2 of 2