include a jsp in another jsp on the event of button click
hari vemulapalli
Greenhorn
Joined: Mar 17, 2008
Posts: 18
posted
0
Hi
I have 2 jsp pages. I want to include second jsp in the first jsp page when a button in the first jsp is clicked. how can I do this. I tried in sevaral ways . I am using jsp and javascript... anyone please help me.. thanks in advance
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
You either post back the page and add it, you use a frame/iframe, or you use Ajax.