How to Open a File in Different Format
1.Create a HTML Page or JSP Page
2.Insert <%@ page contentType=”application/vnd.ms-excel” %> instead of <%@ page contentType=”application/html” %> in HTML Page or JSP Page
3.Open a File,Now its open in a Excel Sheet with Style apply in the Sheet.
For Microsoft Word
<%@ page contentType=”application/vnd.msword” %>
For PDF File
<%@ page contentType=”application/vnd.pdf” %>
For Wordpad
<%@ page contentType=”application/vnd.rtf” %>
For Microsoft Powerpoint
<%@ page contentType=”application/vnd.ms-powerpoint” %>
For Winzip
<%@ page contentType=”application/vnd.zip” %>
Popularity: 3% [?]

December 22nd, 2008
admin
Posted in 
