Small problem with pop up page

D

David B.

If you visit www.NewmarketFire.com we currently have a fundraiser going on. I have added a popup window that gives details for town
residents. The problem is the popup page is partially scrolled down when it opens instead of being able to see the top part of the
page. Is there an easy fix for this?
 
T

Thomas A. Rowe

Which link?

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

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

David Berry

I'm assuming it's the pop up that comes up when the page loads. If you're
running Windows XP SP2 then it's blocked.

--
David Berry - MCP
Microsoft MVP - FrontPage
FrontPage Support: http://www.net-sites.com/sitebuilder/
-----------------------------------

-----------------------------------
David Berry said:
Change the value for the height in your code. It's on this line:


//configure URL and window dimensions (width/height)
modelesswin("http://www.NewmarketFire.com/when_seconds_count.htm",600,600)

for example, make it 800 and see if that's large enough

//configure URL and window dimensions (width/height)
modelesswin("http://www.NewmarketFire.com/when_seconds_count.htm",600,800)
 
T

Thomas A. Rowe

That explains why I didn't see it.

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

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


David Berry said:
I'm assuming it's the pop up that comes up when the page loads. If you're running Windows XP SP2
then it's blocked.
 
D

David B.

I have tried changing the height, with no luck. I publish on a laptop with an 800x600 display and the 600 height gives a full height
popup page, but it open with the page scrolled halfway down.

--

________________________________
David Berry said:
Change the value for the height in your code. It's on this line:


//configure URL and window dimensions (width/height)
modelesswin("http://www.NewmarketFire.com/when_seconds_count.htm",600,600)

for example, make it 800 and see if that's large enough

//configure URL and window dimensions (width/height)
modelesswin("http://www.NewmarketFire.com/when_seconds_count.htm",600,800)
 
Top