JSP page passes the user inputs to JAVA page (using POST method) which queries to the database and generate an Excel file and returns the link for that file. I am displaying that link in JSP page ("Your file is successfully saved. Click here to download or view your file).
Now what I want is when the user clicks on the link, open/save dialog will appear which give flexibility to the user to download or view the "Excel FILE "in same JSP page.
this is work in mozilla firefox but not working in Internet explorer...
can anybody help...