I have a dashboard where I have multiple drop down values, one of the drop-down have values which when get selected and a submit button is clicked it replaces the existing page design into a new page design.
Can anyone please shed some guidance how can I achieve that using JSP and servlets?
All I can think of is doing it using JavaScript and open a new window, but how can I do that in the same frame or <div>
of the existing page?
Also I need to keep the existing design by default before making an attempt to switch the page.
Any help or valuable comments would be really great!