Click to See Complete Forum and Search --> : Activate powerpoint saved as Web Page from my home page


franceg68
07-28-2003, 03:43 AM
Hi folks,

I have saved my company corporate (powerpoint) presentation as Web page. [menu option = File, Save As Web Page in powerpoint].

When a user comes to our web site, I would like to start up this web page presentation after ... say 5 seconds. How can I programatically acheive this?

Thanking you in advance.
cheers

Khalid Ali
07-28-2003, 08:28 AM
you can set a timer on the main page and once that timer is over call the main page of the presentations( I think power point saves the presentation in frames)

In your company's home page

use this code

<body onload='setTimeout("poerpointMain.html",5000)'>