Hi,
I'm still a little stuck.
I have a Fake Notify Widget called FakeNotifyRefresh
This goes to the OnNotifyAction where it adds a random number to a list and calls a statistic web service (which works when I click a button going to this action).
However, I'm not sure where I place these JavaScript functions.
"setInterval(function(){ refreshNotifications() }, 1000);
function refreshNotifications() {
OsNotifyWidget('" + FakeNotifyRefresh.Id + "','')
}"
Do they go in the javascript of the page?
Or does it goes in the preparation so this is run every second when the page first loads?
Edward