Getting status of queue(s) via html posted elsewhere

English! place to talk about development, programming and coding
Post Reply
doxatlive
Znuny newbie
Posts: 1
Joined: 06 Nov 2010, 10:29
Znuny Version: 2.4.7

Getting status of queue(s) via html posted elsewhere

Post by doxatlive »

Hi All!
I'm looking to create a local page, hosted on sharepoint.
This page is to show me current status of all queue(s) we are working on.
Did some research and found out that most of the techniques suggested to get this done easily are not supported within our network.
I need to find a way to do so via javascript or perhaps VBscript.
Can anyone help finding out how to get this data posted on a html page?
Thank you
Best regards
Adam
cgraamans
Znuny newbie
Posts: 5
Joined: 03 Nov 2010, 15:39
Znuny Version: 2.4.5

Re: Getting status of queue(s) via html posted elsewhere

Post by cgraamans »

You could try reading the RSS feed with vbscript and outputting this. RSS is basicly XML, so you'd have to parse that and get the data.

Something like this comes to mind...
http://www.webdevbros.net/2007/07/01/as ... ter-class/
Post Reply