我的网页上有一个链接。当有人点击链接时,我想在用户的桌面上启动PowerPoint应用程序,并在幻灯片中显示图像。有太多此类链接,因此我无法为每个链接创建单独的ppt文件。
我可以使用excel执行以下操作。
<a href="http://localhost/excel/asheet.xls#Sheet2!D4">
This link will open the Excel file to the second page with the focus on cell D4
</a>
因此可以像这样为PowerPoint做点什么
<a href="http://localhost/template.ppt#image1.jpg">
This link will open PowerPoint with image1.jpg in the slide.
</a>
或任何JavaScript黑客也会有帮助。