Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ General Web Design _ Using Intranet to show License Usage Information

Posted by: i_maverick Mar 1 2011, 12:27 PM

Hello Everyone,

This is my first post on this forum so kindly bear with me if I goof up somewhere. I do not have any html coding knowledge. However, it somehow diverted my attention and curiosity due to one incident.

I had gone to an office where they were using intranet in very useful manner. I really do not know if that is the correct word (intranet tongue.gif ). The basic description:= on clicking the IE icon this internal website would launch which'd have a lot of general information such as latest news and links to important documents, telephone directory. And then there was this best part:

In a technical consultancy a lot of softwares are used. These are licensed copies. The intranet displayed the following information in a tabulated format:
Sr No. -- Product Name -- Username -- Extension
The page managed to REFRESH periodically (say every 5 minutes)
Then there was a summary. Probably the coding referred to the data residing on license servers.

How did they achieve it?
Does it require extensive coding?

This app can be very useful to pin down the license users which is very annoying otherwise to search out especially if there is dearth of licenses.

Any help or tip will be appreciated. Thank you very much!

Posted by: pandy Mar 1 2011, 12:56 PM

Which part? That IE opens the page automatically is easy enough. They must have forced it as start page in everyone's browser.

To get a page to regularly refresh is also easy enough. It can be done for example with a meta refresh.
http://htmlhelp.com/reference/html40/head/meta.html

For the page itself, well, someone needs to write it and maintain it and to serve it you need a web server installed. That's no biggie either, really.

Posted by: i_maverick Mar 2 2011, 01:34 AM

Thank you so much for your reply and assistance.

The data was being probably picked from License Servers Listings and I do not have the slightest idea of the format of available data on the servers.

Glad to know that it'd not be much of headache. The company can always hire coding person to do this. I was curious from the perspective of the difficulty of the task!

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)