J
judiphuongtu
I am trying to open the results of my JSP page in PowerPoint. I've
tried both the following statements but it won't open in PowerPoint. I
would like a simple example of a JSP page would open in PowerPoint..
Excel would be fine too. Thanks in advance.
<%@ page contentType="application/ms-powerpoint" %>
response.setContentType("application/ms-powerpoint");
-jptu
tried both the following statements but it won't open in PowerPoint. I
would like a simple example of a JSP page would open in PowerPoint..
Excel would be fine too. Thanks in advance.
<%@ page contentType="application/ms-powerpoint" %>
response.setContentType("application/ms-powerpoint");
-jptu