473,386 Members | 1,720 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

How can I check if somebody opens other applications apart from a specific page

I want to check if somebody who has open my page in a browser ,opens other applications at the same time.
Does anybody knows how can I check it in javascript.
I have thought about lostfocus but I dont know how can I use it.
Mar 15 '13 #1
6 1292
Rabbit
12,516 Expert Mod 8TB
Javascript does not have that kind of access to a user's system. It can't know if the user opens another application.
Mar 15 '13 #2
gits
5,390 Expert Mod 4TB
may be you can specify the goal a bit more - basicly your webpage doesn't need to bother with any application a user opens besides it - so what do you exactly want to achieve with such a check?
Mar 18 '13 #3
I want to make an adaptive learning enviroment so that it can check if the user, when he studies, opens other applications and he is not focus on the subject.
Mar 19 '13 #4
r035198x
13,262 8TB
What if they have moved away from the site to open a pdf document with more notes on the subject?

Monitoring computer user activity is frowned upon. You'd only be able to get away with it in controlled environment like controlled computer labs.
For that, web applications are not a good choice. Browsers have lots of restrictions on what a loaded page can do. Identify the tasks you want your application to monitor and then research what technologies can do what you want to achieve, that should tell you which tech stacks to consider.
Mar 19 '13 #5
gits
5,390 Expert Mod 4TB
yea - what r035198x suggests looks much more promising - something like an OS-service that monitors the user-activities on the current system. from a webpage you cannot observe such things - imagine you could - then a webpage could spy all your activities. you never ever really want that - so browsers don't support such access to the OS - at least not without extended and user-approved permissions.
Mar 19 '13 #6
ok thanks for your answer
Mar 20 '13 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: paul dallaire | last post by:
HI! I need to associate a iframe pages to a specific page for my menu system. I want to be able to click on my menu system anywhere on my site and the options that is clicked will load that...
5
by: MM | last post by:
Hello, Can anyone help me with this: I would like to use a help functionality in my program, in such way that a specific page (or topic) in the help file (a standard Windows .hlp file) is...
1
by: moid | last post by:
I am not able to add usercontrols to specific page in multipage (IE WebControls) i want to add usercontrol dynamically so that i can set its properties dynamically Regards Moid Iqbal
3
by: ABC | last post by:
If I has a web site which contains follows maps: \default.aspx \search.aspx \products.aspx \contacts.aspx I should want to handle the unknow URL redirect to search.aspx to search. For...
4
by: UJ | last post by:
I have a page where the user can upload a video file. As you can guess, this may take a while. Is there a way I can change the session timeout for just this one page? I would also want to change...
6
by: col | last post by:
Hey, I was looking for some help re: the following- what i want to achieve is to click a button on a form which opens a document specific to the open record. The form is entitled 'employees' and...
1
by: thirunavukarasukm | last post by:
I have a link wich opens a the second page with links wich call a javascript function. I have some problem with javascript. i am two aspx page.. in my first aspx page contain the second...
1
by: Mufasa | last post by:
Is there a way to set the timeouts for inactivity to be specific for a specific page? My memory is the answer is no. I have a script that is on every page at the moment that after twenty...
0
by: Bogdan | last post by:
LoginStatus can be configured with LogoutPageUrl but there is no way to configure it with 'LoginPageUrl', i.e. a page that will be displayed upon a successful login. I'd like users to be...
0
by: qwerty007 | last post by:
Hi all, Last time, I have this .xml (including .css and .xsl) file from someone which can link to a certain page of the specific .pdf file. For instance, in AAA.XML file is provided with AAA.pdf...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.