web page focus

  • Thread starter Thread starter Amber
  • Start date Start date
A

Amber

I have a powerpoint slide that links to a web page. When I run my slide show
the web
page starts on top of the powerpoint presentation. That's what I want. When
my boss runs it the web page runs behind the powerpoint presentation and he
has to minimize powerpoint to see it. Why would his be different and how can
I fix that?
 
Version of Windows / IE, etc.

You really have no control.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Amber,

This sounds more like a PowerPoint issue and you might get a quicker
response if you post the question in the PowerPoint newsgroup.
 
Could you please walk me through where I should add this?

One the web page itself. Open up the web page in an editor that
will give you access to the HTML code. FP will do this if you
click at the bottom where it says "HTML". Find
the statement that starts with <body. Add the code to that
statement like so:

<body onload="this.focus();">

There's a chance that the body statement has more stuff in it.
If it does, just add this to it with a space at either end of the
new code:

EX. this: <body bgcolor="red" text="#000000">
becomes this: <body onload="this.focus();" bgcolor="red"
text="#000000">

If you spot another "onload" statement on the body statement
already, post a copy here and we can alter it for you.

Bob
 

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

Back
Top