"Pop-up"

F

Frank Smith

One of my pages "thinks" it is a popup and is being trapped by various
popup-stoppers.
The page is simple, plain background, text and hyperlinks.
I have gone through the HTML Source and there is nothing "strange" in there.

Any ideas, Regards,
Frank
 
J

Jim Buyens

-----Original Message-----
One of my pages "thinks" it is a popup and is being
trapped by various popup-stoppers.
The page is simple, plain background, text and hyperlinks.
I have gone through the HTML Source and there is
nothing "strange" in there.

Any ideas, Regards,
Frank

Check the <a> tag for a target= attribute. If you find it,
remove it.

Otherwise, check the HTML for a <base target=...> tag. If
you find it, remove it.

Otherwise, please post the URL to this thread.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Top