link 1:compose
link 2: readmail
I don't know how to show the particular div in a jsp page.
If we click link 1 it should render the compose mail div.if we click link 2 it should render readmail div.
link 2: readmail
Code:
<div name="compose" id="compose"> //code for compose mail </div>
Code:
<div name="readmail" id="readmail"> //code for readmail </div>
If we click link 1 it should render the compose mail div.if we click link 2 it should render readmail div.
Comment