How to use Ajax to run code on user machine?

Discussion in 'JavaScript' started by Wrighteq, Dec 15, 2006.

  1. #1
    I am building an Ajax site with the google web toolkit. My site will need for a small program to run on the client's website. Obviously, the user will need to give permission to my site. My question is how would I do this using javascript and java?

    I know Java very well, however javascript and XML are my weaker points.

    Thanks
     
    Wrighteq, Dec 15, 2006 IP
  2. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #2
    Could you be more specific, depending on the data and browser it may not even be possible....
     
    krakjoe, Dec 15, 2006 IP
  3. Wrighteq

    Wrighteq Active Member

    Messages:
    75
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    On my site the user will be able to access an Ajax calendar like application. I want the site to prompt the user to allow local access, and then I would like to run a small <500k program that gathers information from the user's computer. My question is how to tie in a request for local access with javascript or java servlets. I know it is doable with an applet.

    Thanks again
     
    Wrighteq, Dec 15, 2006 IP