Target attribute on redirect

touretteroma 01 May, 2019
Dear all,
it would be possible to set "target" attribute to a "redirect" action, in order to open a new browser tab?
Regards
healyhatman 02 May, 2019
What do you mean sorry, and why not just have the link have "target=_blank" ?
touretteroma 02 May, 2019
yes, a link could be a solution.
I would like to link to "submit" event passing a couple of parameters.
Regards
healyhatman 02 May, 2019
Then put &event=submit in the link
solarcatfive 29 Jun, 2021
When the Button is clicked, first the SetTarget JavaScript function is called inside which thetargetproperty of the Form is set to_blankand after that the Server Side function is executed. Inside the Button Click event handler, the Response.Redirectcode is executed and the Page opens in new Tab.
This topic is locked and no more replies can be posted.