Bonjour,
I'm trying to use the blockconfirm function in an Hyperlink but it doesn't work in FirewFox.
Is there any solution or idea?
here my c#code:
here the asp.net code:
I'm trying to use the blockconfirm function in an Hyperlink but it doesn't work in FirewFox.
Is there any solution or idea?
here my c#code:
| protected void Page_Load(object sender, EventArgs e) |
| { |
| LinkLogout.Attributes.Add("onclick", "return blockConfirm('" + Resources.Labels.MasterPageLblConfirmDisconnecting.Replace("'", "''") + "', event, 330, 100,'','Prescrire');"); |
| //.................... |
| } |
here the asp.net code:
| <asp:HyperLink ID="LinkLogout" Text="<%$ Resources:Labels, MasterPageLinkLogout %>" |