在我的页面中,我有:
Dim sb As New StringBuilder sb.AppendLine("function pageLoad(sender, args) {") sb.AppendLine(" setTimeout( function() { $(""#ContentPlaceHolder1_tbcTables_ctl00_lblCostCenterImportMessage"").fadeOut(3000); }, 6000 ); ") sb.AppendLine(" setTimeout( function() { $(""#ContentPlaceHolder1_tbcTables_ctl00_lblCustomerImportMessage"").fadeOut(3000); }, 6000 ); ") sb.AppendLine("};")
ClientScript.RegisterStartupScript(Me.GetType, "scriptlblTimeOut", sb.ToString, True)
这适用于第一个淡出的标签,但第二个标签不会这样做。 如何在页面加载中放置多个淡出?
RG。 埃里克
答案 0 :(得分:0)
当你发生这种情况时,不要讨厌它。 : - )