Opening ppt files in web browser

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...
 
S

Steve Rindsberg

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top