O
Omer
Hi, I have link in my applicaiton that will export a file of HTML to
PowerPoint using the
<%@ page contentType="application/ms-powerpoint" %>
This works perfectly in powerpoint 2007 it will open a file with the
HTML rendered in Powerpoint. Although on computers running Office
2007 it opens powerpoint but with a blank file and on of the HTML
rendered.
Any ideas why this could be happening?
code
<%@ page contentType="application/ms-powerpoint" %>
<html>
<head>
<title> test </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head>
<body>
<center>
<table width="1000">
<tr align="center" width="100%">
<td align="center" width="100%">
TESTING!!!
</td>
</tr>
</table>
</center>
</body>
</html>
PowerPoint using the
<%@ page contentType="application/ms-powerpoint" %>
This works perfectly in powerpoint 2007 it will open a file with the
HTML rendered in Powerpoint. Although on computers running Office
2007 it opens powerpoint but with a blank file and on of the HTML
rendered.
Any ideas why this could be happening?
code
<%@ page contentType="application/ms-powerpoint" %>
<html>
<head>
<title> test </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head>
<body>
<center>
<table width="1000">
<tr align="center" width="100%">
<td align="center" width="100%">
TESTING!!!
</td>
</tr>
</table>
</center>
</body>
</html>