I need help regarding event generation from web browser

I need to start one client program as soon the User presses "Login" button through the browser.

i.e I want to generate an event to run my client application that can be a web start application ,

Can I do it without any intervention of the user.

Plz give me the idea. Is web browser and Web start integrate with each other . I am new to this technology.

Thanks in advance

[401 byte] By [kapessa] at [2007-11-27 4:45:56]
# 1
hi,If ur using html forms, u can use submit butoon (name "login") . and form action is (some .jsp). Then call ur respective class method in this .jsp method( with required arguments).It is the most simple and behind the screen method.
bhartiya.ankit@gmail.coma at 2007-7-12 9:58:25 > top of Java-index,Desktop,Deploying...