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
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?
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?
Summary: Site B would NOT get the user credentials. Site B merely sends a request to a site A page to see if the user is currently logged in. This assumes you are using session data to indicate when a user is ...
Summary: I need to reload a php page to a server again and again continuously 24/7. I am running locallhost. I cant use timed reload like <META HTTP-EQUIV="Refresh" content="5;url=http://localhost/php_reloa...
Summary: Hi all, Currently creating an intranet for the company I work for. A request made by the dirctor is to have links which open commonly used files, for instance Outlook. I've tried doing this in two way...