CanMan2004 Posted September 16, 2006 Share Posted September 16, 2006 Hi allI have a simple script to submit a form when a field has been completed, I use onchange="this.form.submit();"How can I point it to submit the form in another frame? The frame is called "iform" so all I want to do is target that onchange to a frame name.I cant though, target this onchange using the <form> tag as the rest of my form will not function, so I need to set the target within the onchange="this.form.submit();"Can anyone help?Thanks in advanceDave Quote Link to comment Share on other sites More sharing options...
degsy Posted September 18, 2006 Share Posted September 18, 2006 parent.framename.formname.submit() Quote Link to comment Share on other sites More sharing options...
fenway Posted September 20, 2006 Share Posted September 20, 2006 Unfortunately, each FORM can only have a one ACTION and one TARGET. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.