2
votes
0answers
49 views

Initialize word document content type properties using Javascript

I'm trying to create a new word document from a template using the following javascript code : var word = new ActiveXObject("Word.Application"); var doc = ...
1
vote
1answer
107 views

Document download keeps restarting automatically

The problem: I want to open an excel document automatically from a custom aspx page in the layouts folder (sharepoint 2010) which refers to a document in a document library. The "DocumentUrl" is ...
2
votes
2answers
257 views

Using javascript linking between issue list and document library

I'm making a issue list that should have link to a document library. After registrered I want the dispform.aspx to show a link to the library with filter on the ID from the issue list. I know ID ...
2
votes
3answers
3k views

Automatically fill in metadata on new document created from template

I have a custom button on my application page to open a new document from a document template, like you would do directly on a list. The code is similar to: <a href="http://Site/test/documents" ...