I can't even get this to work!
[CODE=javascript]<script language="javas cript" type="text/javascript">
function OpenPPT()
{
var objPPT;
objPPT = new ActiveXObject(" PowerPoint.Appl ication");
objPPT.Visible = true;
objPPT.Presenta tions.Open("C:\ Users\PDAdmin\D esktop\POWERPOI NT_FORMATS\Temp lates\ClassicPh otoAlbum.ppt");...