hi,
i changed edited document library in SP designer and i changed
<xsl:otherwise><A onfocus="OnLink(this)" HREF="{@FileRef}" onclick="return DispEx(this,event,'','','','','{ddwrt:ListProperty("DefaultItemOpen")}','{ddwrt:MapToControl("", string())}','{@HTML_x0020_File_x0020_Type}','','{ddwrt:GetUserID('CheckoutUser')}','{$Userid}','{ddwrt:ListProperty("ForceCheckout")}','{$FieldIDAFOVUB}','{ddwrt:CurrentRights()}')"><xsl:value-of select="ddwrt:UrlBaseName(string(@LinkFilename))" />
TO
<xsl:otherwise><A onfocus="OnLink(this)" HREF="{@FileRef}" ><xsl:value-of select="ddwrt:UrlBaseName(string(@LinkFilename))" />
BUT still i am unable to get pop up window for text files.
can any one pl help me in this
Thanks