Dear all,
it would be possible to set "target" attribute to a "redirect" action, in order to open a new browser tab?
Regards
it would be possible to set "target" attribute to a "redirect" action, in order to open a new browser tab?
Regards
What do you mean sorry, and why not just have the link have "target=_blank" ?
yes, a link could be a solution.
I would like to link to "submit" event passing a couple of parameters.
Regards
I would like to link to "submit" event passing a couple of parameters.
Regards
Then put &event=submit in the link
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.