I have a frameset containing 2 frames. One frame contains a form and the other I'd like to contain commands that can operate on the form in the other frame(e.g., Paste, Update DB.) How do I go about receiving user interaction from one frame (jsp file) that operates on the fields of the form in the other frame (another jsp file)?
For example, after the user clicks Update DB, I need to validate each of the fields in the form. How do I refer to those fields from the command frame. As another example, the Paste command will copy values from one row of the form into each of the other rows. Again, do I refer to those fields from the command frame? Thanks.
For example, after the user clicks Update DB, I need to validate each of the fields in the form. How do I refer to those fields from the command frame. As another example, the Paste command will copy values from one row of the form into each of the other rows. Again, do I refer to those fields from the command frame? Thanks.