Can i do 2 submit at a time

2004-03-10 Thread sougata
Hi folks I have an application.Where in my parent page there is a child page.In the child form there is one submit button and in the parent there is another submit button.It is like that for one parent user can add multiple child.Now if the user does not click the child submit I have to submit bot

Re: Can i do 2 submit at a time

2004-03-10 Thread Craig Tataryn
Hi Sougata, you can if you set the target attribute of the forms either programmaically or in the tag itself to a frame other than the current one. Something like: . . . . . . . . . And you would need two frames from a frameset named myActionResults and myOtherActionResults, or two iF