Code Comments
Programming Forum and web based access to our favorite programming groups.I have a web app. that I only want 1 instance of it on the workstation for the user. I have users that will load this app., minimize it, forget it's minimized and then re-load it again. The URL is being called from an Intranet page with a link. Is there a way with Java to be able for it to look to see if the IE browser is already open with that page so the user can't open the URL multiple times? I'm a little new to Java so any assistance would be great! Thanks.. NB
Post Follow-up to this messageIn article <10ga6qtie006u83@corp.supernews.com>, maillist@brunerhaus.com.com enlightened us with... > Is there a way with Java to be able for it to look to see if the IE browse r > is already open with that page so the user can't open the URL multiple > times? > Not really, BUT if you make them log in, you can check to see if that user i s already logged in and disallow a second instance. Since you're asking this question in a java group, I assume you're using JSP or servlets to make a client-server type intranet application. If this is no t the case, please clarify. There are ways to do this for installed applications and HTAs. Also, if you have administrative access to the workstations, you can do this from there (windows). But it's independent of the actual intranet application. -- -- ~kaeli~ Never argue with an idiot! People may not be able to tell you apart. http://www.ipwebdesign.net/wildAtHeart http://www.ipwebdesign.net/kaelisSpace
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.