How to close Outline Window (Web ppt presentation)

P

Peter van der Hoog

Michael Koerner placed in this newsgroup an interesting comment:

-------------------------------------
Closing the fullScreen at the end of the show without returning to the
Outline view.
The fullscreen mode is another window. So, to modify the script, we need to
let the Outline Window to navigate to the calling page. We can modify the
script.js
file as below:

1. Open script.js file in Notepad.
2. Find the CloseWindow() function.
3. At the beginning of the function, add the following code:

if(!window.opener.closed) window.opener.history.back();
------------------------------

Michael's advise works perfectly when the presentation is watched to the
end. Then the "end of slide show, click to exit" message appears, and a
click leadsto the page where the presentation was started. However when you
leave the presentation via a hyperlink, the Outline Window Outline view page
is not closed and you end up with two windows. The webpresentation is
created with Powerpoint Office 2003, so a hyperlink is not opened in a
seperate Window.

Peter van der Hoog
 
P

Peter van der Hoog

Already found the answer myself. I made the hyperlink to end the show
instead of linking to another page.

But it would be nice if the whole Outline window could be skipped
completely. It's an ugly transformation, when the outline window pops-up for
a second.
 
M

Michael Koerner

Nice work Peter. Will have to check it our myself <g>

If you think it important to remove the Outline Window, I quote John Langhans :

-------------<begin quote>--------------
If you (or anyone else reading this message) think that PowerPoint should
provide additional options for distributing presentations in full fidelity,
don't forget to send your feedback (in YOUR OWN WORDS, please) to Microsoft
at:

http://register.microsoft.com/mswish/suggestion.asp

It's VERY important that, for EACH wish, you describe in detail, WHY it is
important TO YOU that your product suggestion be implemented. A good wish
submission includes WHAT scenario, work-flow, or end-result is blocked by
not having a specific feature, HOW MUCH time and effort ($$$) is spent
working around a specific limitation of the current product, etc. Remember
that Microsoft receives THOUSANDS of product suggestions every day and we
read each one but, in any given product development cycle, there are ONLY
sufficient resources to address the ones that are MOST IMPORTANT to our
customers so take the extra time to state your case as CLEARLY and
COMPLETELY as possible so that we can FEEL YOUR PAIN.

IMPORTANT: Each submission should be a single suggestion (not a list of
suggestions).
-------------<end quote>--------------

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


Already found the answer myself. I made the hyperlink to end the show
instead of linking to another page.

But it would be nice if the whole Outline window could be skipped
completely. It's an ugly transformation, when the outline window pops-up for
a second.
 
J

John Langhans [MSFT]

[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]

Hello,

If you (or anyone else reading this message) think that PowerPoint should
provide this option/functionality in it's web output (without have to
resort repeatedly to manual workarounds such as modifying the HTML after
the fact), don't forget to send your feedback (in YOUR OWN WORDS, please)
to Microsoft at:

http://register.microsoft.com/mswish/suggestion.asp

It's VERY important that, for EACH wish, you describe in detail, WHY it is
important TO YOU that your product suggestion be implemented. A good wish
submssion includes WHAT scenario, work-flow, or end-result is blocked by
not having a specific feature, HOW MUCH time and effort ($$$) is spent
working around a specific limitation of the current product, etc. Remember
that Microsoft receives THOUSANDS of product suggestions every day and we
read each one but, in any given product development cycle, there are ONLY
sufficient resources to address the ones that are MOST IMPORTANT to our
customers so take the extra time to state your case as CLEARLY and
COMPLETELY as possible so that we can FEEL YOUR PAIN.

IMPORTANT: Each submission should be a single suggestion (not a list of
suggestions).

John Langhans
Microsoft Corporation
Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

For FAQ's, highlights and top issues, visit the Microsoft PowerPoint
support center at: http://support.microsoft.com/default.aspx?pr=ppt
Search the Microsoft Knowledge Base at:
http://support.microsoft.com/default.aspx?pr=kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top