Form's "target=_blank" causing problem!

jaikanth_n

New member
Joined
Sep 1, 2006
Messages
1
Programming Experience
5-10
Hi,
I have a Form which has 4 user controls.
The Form's <form> tag has "target=_blank" set.
Hence, any submit in any user control opens up a new window. This is fine & as per the requirement.

Now, I have a new user control I want to add, but I don't want the submit in this user control to open up a new window.
How do I handle this?
Is there any way I can get rid of target property of the parent form selectively, dynamically?

Thanks in advance.
 
Back
Top