Opening ppt files in web browser

  • Thread starter Thread starter vijendra
  • Start date Start date
V

vijendra

hi all
I am building an application on ASP.Net & MCMS
where i have to display an PPT file in the browser i did
not gave any code for caching ...then also ppt couldnot
able to open....here is the code

'**************************************************
<HTML>
<HEAD>
<TITLE>Document Viewer</TITLE>

<meta http-equiv="Expires" content="0">

<cms:robotmetatag id="RobotMetaTag1"
runat="server"></cms:robotmetatag>
</HEAD>
<%'=pdfSrc%>
<frameset rows="113,455,75" cols="*"
framespacing="0" frameborder="NO" border="0">
<frame src="images/pdffiles/top.html"
name="topFrame" scrolling="no" noresize>
<frameset rows="*" cols="97,*"
framespacing="0" frameborder="NO" border="0">
<frame
src="images/pdffiles/left.html" name="leftFrame"
scrolling="no" noresize>
<frameset rows="*" cols="817,94"
framespacing="0" frameborder="NO" border="0">
<frame
src="images/pdffiles/test.ppt" name="leftFrame1">
<frame
src="images/pdffiles/right.html" name="mainFrame"
scrolling="no" noresize>
</frameset>
</frameset>
<frame src="images/pdffiles/bottom.html"
name="bottomFrame" scrolling="no" noresize>
</frameset>
</HTML>

'***************************************************



when i run this code in https enabled site i could not
able to open the test.ppt file on the browser....

Thanks in advance...
Vijendra

Your reply is very much appreciated...
 
Is PowerPoint or the viewer installed on the computer you're trying to view
this from? The browser itself can't open PPT files - it needs PowerPoint or
the Viewer as well.
 
Back
Top