I got this question regarding the forms target and its target window.. lets say we have this Html.BeginForm
@using (Html.BeginForm("TestHtmlRedirect", "Home", FormMethod.Post, new {@target="_blank", @id = "tagging_frm", @class = "form-horizontal row-border" }))
{
<input type="submit" value="Html PsBk Click" />
}
normally upon clicking the submit button it will trigger a new tab, my question is How, or is it Possible to append something to the newly created tab of this form?
for example i want to append a loading gif on that newly created tab by the parent tab.
Aucun commentaire:
Enregistrer un commentaire