scenario:
While clicking EDIT hyper link in java script it will open one new window, in this window i have values in the left table i need to select the value from left TABLE to right TABLE
after selecting i clicked <OK> button, child window will be closed
Now if i click the same EDIT hyper link right TABLE does n't showing new added values, it's showing old values only
Please help me on this what shall i do to show added values in the right TABLE (I used window.location.reload(); but same thing is happened)