I have java code through which i set content type of excel and send it to browser. when ever it is downloaded using IE it shows open file dialogue which has OPEN,SAVE,CANCEL button.
I need to avoid this OPEN button and only show SAVE & CANCEL button, how to do this java.
I googled and found info that if we set meta type of contect in IE for download-option as noOPEN then this might be achieved; But i am not getting how to do this using java.
I have java code through which i set content type of excel and send
Share
in java you can use
this code for hide open button.