Click here to Skip to main content
15,912,329 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
Shog92-Mar-08 13:41
sitebuilderShog92-Mar-08 13:41 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 17:24
zombie_storm2-Mar-08 17:24 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
Shog92-Mar-08 17:40
sitebuilderShog92-Mar-08 17:40 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 18:08
zombie_storm2-Mar-08 18:08 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
Shog92-Mar-08 18:13
sitebuilderShog92-Mar-08 18:13 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 18:59
zombie_storm2-Mar-08 18:59 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 19:09
zombie_storm2-Mar-08 19:09 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
Shog92-Mar-08 19:15
sitebuilderShog92-Mar-08 19:15 
I'll tell you how i'd do it. It's up to you to decide whether this method will work for you.
  1. Use the same authentication method for both the web app and the desktop app. If requiring the user to enter their authentication information twice sounds too onerous, consider using Windows Integrated Authentication[^] - the desktop app can pick up the credentials automatically (as they're the same credentials used to log on to the machine), and both IE and Firefox can be configured to pass them on to the intranet server.
  2. On the server, record the IP address last to send a request from each user.
  3. When the desktop app wants to know if the user is logged in to the web app on the same machine, it can send a request to the server, which will compare the IP for that request from the last IP logged for that user - if they're the same, then it can affirm that they are on the same machine.



But who is the king of all of these folks?

GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 19:21
zombie_storm2-Mar-08 19:21 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
Shog92-Mar-08 19:26
sitebuilderShog92-Mar-08 19:26 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 19:30
zombie_storm2-Mar-08 19:30 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
Shog92-Mar-08 19:33
sitebuilderShog92-Mar-08 19:33 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 19:41
zombie_storm2-Mar-08 19:41 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
Shog92-Mar-08 19:46
sitebuilderShog92-Mar-08 19:46 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 19:48
zombie_storm2-Mar-08 19:48 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
RCoate2-Mar-08 14:16
RCoate2-Mar-08 14:16 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 17:22
zombie_storm2-Mar-08 17:22 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
RCoate2-Mar-08 17:44
RCoate2-Mar-08 17:44 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 19:07
zombie_storm2-Mar-08 19:07 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
RCoate2-Mar-08 19:27
RCoate2-Mar-08 19:27 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 19:35
zombie_storm2-Mar-08 19:35 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
RCoate2-Mar-08 19:43
RCoate2-Mar-08 19:43 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 19:51
zombie_storm2-Mar-08 19:51 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
RCoate2-Mar-08 20:03
RCoate2-Mar-08 20:03 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 20:20
zombie_storm2-Mar-08 20:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.