4
Answers

Hyperlink column to infopath form or word doc

Cauvery Vr.

Cauvery Vr.

7y
230
1
Hello,
We have a SharePoint list with around 40 columns.
 
Iam planning to display only 10 columns and an extra column called "Additional Information" which will be a hyperlink column to diplay the remaining data in an infopath form or word doc.
 
Is there a way to do this.. Any ideas??
 
PS: Please explain in detail
 
Thanks in Advance
Answers (4)
0
Chintan Rathod

Chintan Rathod

NA 5.5k 1.9m 13y
<script src="../helloworld.js">
</script>

Now, whenever the page is loaded, the browser also puts the script
"helloworld.js" in the page. Note that you do not see the script in
your source code, you just see the include tag.

By including the above reference, your browser will now download
the code stored inside "helloworld.js" and run it as if it was physically
typed onto the page.