Frontpage random new window opens

  • Thread starter Thread starter Bigdogmom
  • Start date Start date
B

Bigdogmom

I see nothing in the code or button properties (target frame = default/none)
to indicate why certain pages should randomly open up new browser windows. I
want my pages to open within one browser window. The site is not set up in
frames....it is really quite basic, however my desktop looks like a deck of
cards when I'm done testing my links. HELP.
 
Please post a URL to the site.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
:I see nothing in the code or button properties (target frame =
default/none)
: to indicate why certain pages should randomly open up new browser windows.
I
: want my pages to open within one browser window. The site is not set up in
: frames....it is really quite basic, however my desktop looks like a deck
of
: cards when I'm done testing my links. HELP.
 
There are some problems with the html in the page.
You have content ( a table full of html ) above the opening <body tag and you have two opening <html> tags.

Switch to code view and scroll down to line 94 where you'll find the second html tag and the opening body tag.
you also have an extra set of closing </body></html> tags at line 941


--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm


Bigdogmom said:
It seems that this page sets the randomness in motion:
http://webs.anokaramsey.edu/literacy/glossary.html

Tom [Pepper] Willett said:
Please post a URL to the site.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
:I see nothing in the code or button properties (target frame =
default/none)
: to indicate why certain pages should randomly open up new browser windows.
I
: want my pages to open within one browser window. The site is not set up in
: frames....it is really quite basic, however my desktop looks like a deck
of
: cards when I'm done testing my links. HELP.
 
Thanks Steve for isolating that extra code...I was so hopeful that those were
the offending tags causing unwanted browser windows to randomly open. But it
is still happening...I'm so perplexed. But I do thank you for your speedy
response.

Steve Easton said:
There are some problems with the html in the page.
You have content ( a table full of html ) above the opening <body tag and you have two opening <html> tags.

Switch to code view and scroll down to line 94 where you'll find the second html tag and the opening body tag.
you also have an extra set of closing </body></html> tags at line 941


--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm


Bigdogmom said:
It seems that this page sets the randomness in motion:
http://webs.anokaramsey.edu/literacy/glossary.html

Tom [Pepper] Willett said:
Please post a URL to the site.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
:I see nothing in the code or button properties (target frame =
default/none)
: to indicate why certain pages should randomly open up new browser windows.
I
: want my pages to open within one browser window. The site is not set up in
: frames....it is really quite basic, however my desktop looks like a deck
of
: cards when I'm done testing my links. HELP.
 
Back
Top