SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

I wanted to trigger a JavaScript function, whenever a specific workflow attached to a list runs. Or a solution which can trigger a JavaScript function periodically (like-- weekly, monthly). I can not write anything server side not even in SharePoint designer page in inline coding. Please suggest.

share|improve this question

JavasScript is client-side script. It is not possible to be triggered by workflow (which is a server-side logic)

You may put your JavaScript in a SharePoint page. Then script your PC to open that page with IE.

Maybe you can tell us what are you trying to achieve periodically?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.