2011年3月28日
摘要: <xsl:element name="a"> <xsl:attribute name="href"> javascript:clickRow(''<xsl:value-of select="../childName"/>'') </xsl:attribute> <xsl:element name="img"> <xsl:attribute name="src"> images/euristhe 阅读全文
posted @ 2011-03-28 16:10 鱼不爱水 阅读(312) 评论(0) 推荐(0)
摘要: //firefox ,如果是ie 用block 替代function doToggleRows(idTrToDisplay) { var trID = document.getElementById(idTrToDisplay); var img = document.getElementById(parseInt(idTrToDisplay) + 90000); if(trID.style.display=="none") { trID.style.display ="table-row"; img.src = "images/index.j 阅读全文
posted @ 2011-03-28 16:08 鱼不爱水 阅读(870) 评论(0) 推荐(0)