Add HyperLink on any column value in a Form using Dataview webpart is now its very easy.
Use this trick for your solution:-
<script language="javascript">
var a ="<xsl:value-of select="@FileName" />"
document.write('<a href=/HelpDocuments/' + a + '> download </a> ');
</script>
*change curly brackets with respective angular brackets.
Hope its works for you also!!!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment