Exporting contents of JSP to Powerpoint

judiphuongtu_at_yahoo.com
Date: 03/29/05


Date: 29 Mar 2005 13:40:50 -0800

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