Hi,

I am a bit of a newbie but bit by bit i am getting my website together. The
one last thing that i want to do is on the "about us" page is this. When a
user clicks on an image of each member of the team, i want to have a small
300x300 pixel pop up window appear with a photo and details of the team
member. I have these pages created already - not opening them on the fly. I
have written the necessary script which appears to work fine. Only problem
is that i wanted to add the all important "on focus" (bring to front), "on
blur" (close window) actions. These work fine but IE keeps blocking the
script from working with that annoying information bar. Thus rendering the
automation of these windows unnecessary. If you have to click to unblock,
then may as well click to close the window, right? I am using (unfortunately
as can't afford to upgrade) FPage 2000. Would it make any difference if i
wrote javascript in an external file and linked to it, or would this still
cause the same problem? I fnot any other suggestions...
Thanks for all your help (and patience as i'm sure this is probably a really
obvious question!)

Re: Info windows, on focus, on blur....BLOCKED! by Ronx

Ronx
Fri Aug 18 06:05:32 CDT 2006

Have you published the web to a server, and tried from there?
If on your PC, you may be blocked by the "run commands from PC" security
measure, which will not affect pages viewed from a web server.
I think the on focus is not necessary - if the pop-up has the focus, it is
already at the front. Perhaps you mean
onload="window.focus();"
FYI, onload="window.focus();" does not work in IE7, if pop-ups or new
windows are set to open in a new tab, but is OK in FireFox and IE6, with no
blocking. Other users may have set their browsers to block ALL pop-ups, I
block only those that load with onload=...
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

"JoJo" <JoJo@discussions.microsoft.com> wrote in message
news:FA6001CE-FD66-4337-9E30-52C359A0D3BC@microsoft.com...
> Hi,
>
> I am a bit of a newbie but bit by bit i am getting my website together.
> The
> one last thing that i want to do is on the "about us" page is this. When
> a
> user clicks on an image of each member of the team, i want to have a
> small
> 300x300 pixel pop up window appear with a photo and details of the team
> member. I have these pages created already - not opening them on the
> fly. I
> have written the necessary script which appears to work fine. Only
> problem
> is that i wanted to add the all important "on focus" (bring to front),
> "on
> blur" (close window) actions. These work fine but IE keeps blocking the
> script from working with that annoying information bar. Thus rendering
> the
> automation of these windows unnecessary. If you have to click to
> unblock,
> then may as well click to close the window, right? I am using
> (unfortunately
> as can't afford to upgrade) FPage 2000. Would it make any difference if
> i
> wrote javascript in an external file and linked to it, or would this
> still
> cause the same problem? I fnot any other suggestions...
> Thanks for all your help (and patience as i'm sure this is probably a
> really
> obvious question!)



Re: Info windows, on focus, on blur....BLOCKED! by JoJo

JoJo
Fri Aug 18 06:18:02 CDT 2006

Ronx,
I'll try that - tomorrow is publishing day ***shakes violently with fear***
so i'll try then! Thanks so much for your help.
Jojo

"Ronx" wrote:

> Have you published the web to a server, and tried from there?
> If on your PC, you may be blocked by the "run commands from PC" security
> measure, which will not affect pages viewed from a web server.
> I think the on focus is not necessary - if the pop-up has the focus, it is
> already at the front. Perhaps you mean
> onload="window.focus();"
> FYI, onload="window.focus();" does not work in IE7, if pop-ups or new
> windows are set to open in a new tab, but is OK in FireFox and IE6, with no
> blocking. Other users may have set their browsers to block ALL pop-ups, I
> block only those that load with onload=...
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
> FrontPage Support: http://www.frontpagemvps.com/
>
> "JoJo" <JoJo@discussions.microsoft.com> wrote in message
> news:FA6001CE-FD66-4337-9E30-52C359A0D3BC@microsoft.com...
> > Hi,
> >
> > I am a bit of a newbie but bit by bit i am getting my website together.
> > The
> > one last thing that i want to do is on the "about us" page is this. When
> > a
> > user clicks on an image of each member of the team, i want to have a
> > small
> > 300x300 pixel pop up window appear with a photo and details of the team
> > member. I have these pages created already - not opening them on the
> > fly. I
> > have written the necessary script which appears to work fine. Only
> > problem
> > is that i wanted to add the all important "on focus" (bring to front),
> > "on
> > blur" (close window) actions. These work fine but IE keeps blocking the
> > script from working with that annoying information bar. Thus rendering
> > the
> > automation of these windows unnecessary. If you have to click to
> > unblock,
> > then may as well click to close the window, right? I am using
> > (unfortunately
> > as can't afford to upgrade) FPage 2000. Would it make any difference if
> > i
> > wrote javascript in an external file and linked to it, or would this
> > still
> > cause the same problem? I fnot any other suggestions...
> > Thanks for all your help (and patience as i'm sure this is probably a
> > really
> > obvious question!)
>
>
>