G
Guest
Hi..
I have a test.ppt and test.pps (same presentation - only 2 slides)
I want to be able to show my presentation in a webpage / html page along
with the other contents of the page
My test.html has the foll code
<html><body>
<iframe src="test.pps" width="500" height="200"></iframe>
</body></html>
WHAT THIS DOES (irrespective of ppt / pps)
1.Prompts me with a "FILE_OPEN" dialog box
...when i clik open--> it runs my presentation in the webpage
...Something similiar to autorun
WHAT I WANT TO HAPPEN
1. No dialog box should come up
2.I donot want to force the ppt with Autorun
The user decides if he wants / donot want to see the presentation
Would this be possible
Any help is great help
Thank you
Deepa
I have a test.ppt and test.pps (same presentation - only 2 slides)
I want to be able to show my presentation in a webpage / html page along
with the other contents of the page
My test.html has the foll code
<html><body>
<iframe src="test.pps" width="500" height="200"></iframe>
</body></html>
WHAT THIS DOES (irrespective of ppt / pps)
1.Prompts me with a "FILE_OPEN" dialog box
...when i clik open--> it runs my presentation in the webpage
...Something similiar to autorun
WHAT I WANT TO HAPPEN
1. No dialog box should come up
2.I donot want to force the ppt with Autorun
The user decides if he wants / donot want to see the presentation
Would this be possible
Any help is great help
Thank you
Deepa