download link for users in jsp

i am working on implementing a doanload link on my jsp page so that when users click on that a dialogue box pops with save, open and cancel and user can downalod my exe file...

can anyone help me how should i do this. my project is based on spring framework.

[271 byte] By [akaura] at [2007-11-27 10:51:16]
# 1

JSPs don't really have links. HTML pages do.

Just link to that file, the rest is the browser's task.

CeciNEstPasUnProgrammeura at 2007-7-29 11:30:09 > top of Java-index,Java Essentials,New To Java...