Hi,
I have a Form which has 4 user controls. The Forms <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.
I have a Form which has 4 user controls. The Forms <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.