I have a web page that has 2 frames, left and right. Form elements are in both frames, but are in 2 different forms, because I don’t know of a way to have the same form spread across 2 different forms.
The problem is that the submit button is in the right frame, but I need to pass form values from both the left and right frame. I can’t have a submit button in the left frame, only the right frame. But how do I post those form element values that are in the left frame?
I’d be greatly appreciated if someone has a solution to this.
The problem is that the submit button is in the right frame, but I need to pass form values from both the left and right frame. I can’t have a submit button in the left frame, only the right frame. But how do I post those form element values that are in the left frame?
I’d be greatly appreciated if someone has a solution to this.