D
Devendra
all java gurus,
I am facing trouble with this issue.
can someone please help me in this regard.
scenario is like this:
Application uses frames to load multiple JSPs.
One of the frame(say frameA) contains a form(say formA) with <select>
list and submit button.
In other frame (say frameB) i have another form(say formB).
When user clicks on 'submit' of page in frameA ; i need to check the
selection he made and load the frameB accordingly.
But before loading frame B with new content ; i want to store the
information in formB that was modified before clicking the submit of
formA.
So i will need to get both formA as well as formB to get submitted on
single submit.
1. is it possible to achieve?
2. if yes, how?
i tried by using unload event for body of page in frameB.
but the it first goes to the server -> brings new page for frame b->
calls unload for old page->
(tried to ) save the old page by call to submit()...
but now i can't see the new page in frameB.
perhaps because when server recieves the old page. it is not generating
new page after it.
server generates new page before saving old one.
please help me?
I am facing trouble with this issue.
can someone please help me in this regard.
scenario is like this:
Application uses frames to load multiple JSPs.
One of the frame(say frameA) contains a form(say formA) with <select>
list and submit button.
In other frame (say frameB) i have another form(say formB).
When user clicks on 'submit' of page in frameA ; i need to check the
selection he made and load the frameB accordingly.
But before loading frame B with new content ; i want to store the
information in formB that was modified before clicking the submit of
formA.
So i will need to get both formA as well as formB to get submitted on
single submit.
1. is it possible to achieve?
2. if yes, how?
i tried by using unload event for body of page in frameB.
but the it first goes to the server -> brings new page for frame b->
calls unload for old page->
(tried to ) save the old page by call to submit()...
but now i can't see the new page in frameB.
perhaps because when server recieves the old page. it is not generating
new page after it.
server generates new page before saving old one.
please help me?