Is it possible to have 3 submit buttons in one frame or one submit button for 3 forms?
Or neither?
I have a frame set set up. There is a top frame called "yup" across the top and three frames lined up next to each other below that frame. Respectively, their names are "one", "two" , and "three". I have a drop down menu in the "yup" frame. The user makes a selection and I want to be able to send that selection to each of the three frames. However, there are three different forms that need to be processed here, one for each of the three frames.
What I'm wondering about is if it's possible to set up a submit button that will do what I outlined above. If that's not doable, can the "yup" frame be setup with 3 submit buttons, with each submit button handling one of the frames.
I did some digging before and some people said that this is a javascript field. I am really trying to avoid that path. However as a last resort, I could try it.
::Looking forward to replies::
Or neither?
I have a frame set set up. There is a top frame called "yup" across the top and three frames lined up next to each other below that frame. Respectively, their names are "one", "two" , and "three". I have a drop down menu in the "yup" frame. The user makes a selection and I want to be able to send that selection to each of the three frames. However, there are three different forms that need to be processed here, one for each of the three frames.
What I'm wondering about is if it's possible to set up a submit button that will do what I outlined above. If that's not doable, can the "yup" frame be setup with 3 submit buttons, with each submit button handling one of the frames.
I did some digging before and some people said that this is a javascript field. I am really trying to avoid that path. However as a last resort, I could try it.
::Looking forward to replies::