gpt4 book ai didi

javascript - 链接按钮在 Google Chrome 中不起作用

转载 作者:行者123 更新时间:2023-12-03 11:52:29 24 4
gpt4 key购买 nike

在下面的代码中,我在数据网格中有链接按钮,当我单击链接按钮时,它不会在 Chrome 中打开弹出窗口,而在 IE 和 Mozilla 中它工作正常。请帮助我解决问题。

 <asp:TemplateColumn HeaderText="From Quote" ItemStyle-Width="200px">
<ItemTemplate>
<asp:LinkButton ID="lnkQuote" runat="server" CommandName="Quote" Text="Quote" />
</ItemTemplate>
</asp:TemplateColumn>

if (e.CommandName.Equals("Quote"))
{
Label KK = (Label)dgPOD.Items[e.Item.ItemIndex].Cells[1].FindControl("TXT1");
Label lbl = (Label)dgPOD.Items[e.Item.ItemIndex].Cells[1].FindControl("LBL1");
str1 = KK.Text.ToString();
str2 = lbl .Text.ToString();

ScriptManager.RegisterStartupScript(this, GetType(), "ShowPopUp", "ShowPopUp()", true);
}

最佳答案

添加此代码。它会工作得很好。

      <!DOCTYPE html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org
/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">
<meta http-equiv="X-UA-TextLayoutMetrics" content="natural" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
</head>

如果有帮助,请投票。

关于javascript - 链接按钮在 Google Chrome 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25759858/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com