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
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