Hi all,
I need a hyperlink in an ASP page....on clicking the link i want a powerpoint file to be run...
Thanx in advance...
-Bhasker G
Printable View
Hi all,
I need a hyperlink in an ASP page....on clicking the link i want a powerpoint file to be run...
Thanx in advance...
-Bhasker G
Unless the user disabled ActiveX, on computers with Office installed, IE will use a control to display the PPT file.
Right, just useIf the user's computer has Office, PowerPoint will launch within IECode:<a href="http://myserver.com/myPPT.ppt">Click to launch my PowerPoint Presentation</a>