Hi i have a form on my page, in asp.net, my form is hidden, it open in lightbox on click of a link on the page.
lightbox has a div with HTML form POST method and action to some URL, on click of submit button inside the form i am redirect to the action passed above, but i want to redirect on new window instead of same window. How can i achieve this. not i cannot change the action and form Post method since it is third party HTML for some functionality. If i change the Form HTML my functionality does not work.
If possible i can try to change my question please let me know.. if you need something more than this information...