I have a page divided into 2 frames. The upper frame is a search screen whereas the lower frame displays the search results.
Also, when the records are displayed in the lower frame, there are 2 hyperlinks -> Edit and Del displayed next to each record.
My problem is if I click on Del hyperlink, I should refresh the complete page except that it should not display the deleted record on the lower frame. In other words, the whole page (upper frame/lower frame) should look exactly the same way when I had clicked the Del hyperlink excluding the record that has been deleted.
How can I do it? Please help.
Also, when the records are displayed in the lower frame, there are 2 hyperlinks -> Edit and Del displayed next to each record.
My problem is if I click on Del hyperlink, I should refresh the complete page except that it should not display the deleted record on the lower frame. In other words, the whole page (upper frame/lower frame) should look exactly the same way when I had clicked the Del hyperlink excluding the record that has been deleted.
How can I do it? Please help.