Small problem with pop up page

  • Thread starter Thread starter David B.
  • Start date Start date
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?
 
Which link?

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
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)
 
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.
 
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)
 

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