Computing.Net > Forums > Web Development > check an app is running from a page

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

check an app is running from a page

Reply to Message Icon

Name: darkhalf
Date: October 7, 2004 at 20:56:19 Pacific
OS: xp
CPU/Ram: 512
Comment:

Hi,

I don't even know if this is doable or not, but I'd like to know if it's possible through a web page with no server access (ie no php, asp, etc...) to check if a specific program is running in the background, if it is, to somehow indicate it?



Sponsored Link
Ads by Google

Response Number 1
Name: SN
Date: October 8, 2004 at 11:07:42 Pacific
Reply:

Not with HTML or Javascript...You could do a java applet or some kind of activex control to do it and embed it in the webpage.

-SN


0

Response Number 2
Name: zoddy
Date: October 8, 2004 at 14:01:15 Pacific
Reply:

it is possible... but not in real time. you just have to output the information to a text file. in linux, use the ps command.. like ps > ps.html.. you can set a cron job to output it every 5 mins or whatever interval you want.

on windows, you would probrobly need to find the command line equivalent of PS and use the AT command to output the file every 5 mins or so.

A+ Certified


0

Response Number 3
Name: darkhalf
Date: October 11, 2004 at 16:23:50 Pacific
Reply:

How can I do an activeX to do it? I've never tried that... Know of any spots that would give a rundown?


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: check an app is running from a page

Logon to 2 sites with current userI www.computing.net/answers/webdevel/logon-to-2-sites-with-current-useri/3679.html

Non stop reload of a page to server www.computing.net/answers/webdevel/non-stop-reload-of-a-page-to-server/4310.html

Opening executables from a link www.computing.net/answers/webdevel/opening-executables-from-a-link/1674.html