Tagged Questions
3
votes
1answer
86 views
Checking if the content database is in read-only using javascript?
Hi I'm pretty new to SharePoint and javascript. I am trying to check if the content database is read-only, and if it is then preform a function
eg.
if ...
2
votes
3answers
521 views
Where do you deploy scripts that are loaded in a masterpage?
Do you deploy the script files to "_layouts" or the content database?
If "_layouts," do you use a <ScriptLink> tag or a <script> tag?