[jQuery] Newbie some help needed

[jQuery] Newbie some help needed


I have the following requirement for functionality in the sequence
listed, I wish to implement this in JavaScript preferably JQuery where
possible can anyone help me with any pointers how I can do it? One
restriction we have is that we can not use any AJAX.
Page1
1.A user hits the submit button
2.JavaScript/JQuery captures the submit event pops up a new and makes
the new window submit the form so it can handle the response.
3. After popping up the new window, call submit on another form in the
page in the page (current window)
Pop up window
1. Submit form as per step 2 above.
2. On response, hide a div (this is easy even I can do this).
2. Post another form
3. If no response from the form post after after a certain period of
time show a div with the error message?
Any help?
Thanks in advance
Paul