cannot get rid of yahoo ad banner at bottom of my page

B

Beemer Biker

I complained to yahoo about the banner and this is what yahoo said:

"As I understand you want to hide the ad that appears at the bottom of
your webpage.

We're sorry, it is not currently possible to hide that ad through
Yahoo! Domains service. We do not have an estimated date as to when the
feature will be available to hide this ad. However, we'll pass your
comments on to our Development team for further consideration"

I cannot find that yahoo ad in my html, it comes from their server.

Last year that banner was on my http://ResearchRiders.org web page but
somehow it was removed. I am not sure what I did to get rid of it, but I
cannot seem to do the same thing at http://TipsForTheComputingImpaired.com
Both are located at stateson.net and all 3 belong to me.

Is there some way I can have the "index.htm" launch itself in a new
window? I noticed that if I launch a new window from one of my hyperlinks,
the yahoo ad banner is no longer is present in the new window. How do I do
that on my first page?

....thanks in advance...


--
=======================================================================
Beemer Biker (e-mail address removed)
http://TipsForTheComputingImpaired.com
http://ResearchRiders.org Ask about my 99'R1100RT
=======================================================================
 
G

Guest

This is the price you pay for "free" or very-low-cost Web hosting.

For $20-$30 a month, there are many, many hosting services that won't append
ads to your pages, and that provide other valuable benefits as well.

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| 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)
|/---------------------------------------------------
*----------------------------------------------------
 
G

Guest

Actually, here's a list of places to look at. I just received it on a mailing
list
I subscribe to.

Please note that I have no experience with any of these providers. Therefore,
I can't endorse them and won't endorse them.

Also, the prices listed are for the cheapest available plan. In many cases,
you
may end up choosing something that's slightly more expensive. For example,
as a FrontPage user, you'll generally have fewer problems if you choose
hosting
on Windows Server 2003.

www.chrystaltech.com $16.95/mo w/MySQL
www.themooseisloose.com $2.95/mo w/no DB or $5.98/mo w/SQL Server
www.protohost.com $9.95/mo w/SQL Server
www.iqsolutions.com $14.95/mo w/SQL Server
www.interland.com $11.95/mo w/SQL Server
www.webhost4life.com $9.95/mo w/SQL Server
www.korksoft.com $5.95/mo w/MySQL or $10/mo w/SQL Server
www.m6.net $4.00/mo w/MS Access
www.boundgrid.net $7.95/mo w/MS Access or $9.95/mo w/SQL Server
www.1and1.com $12.99/mo w/MS Access
www.aplus.net $29.95/mo w/SQL Server

The following is also a good place to look for a hosting service.

http://www.windowshostlist.com/hostsearch.aspx

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| 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)
|/---------------------------------------------------
*----------------------------------------------------
 
B

Beemer Biker

Jim Buyens said:
Actually, here's a list of places to look at. I just received it on a mailing
list
I subscribe to.

Thanks. The problems seems to be the domain name I bought thru yahoo, not
that they are hosting the page. I moved the (sub)page from my yahoo "small
business page" to my ISP "free" webpage at grandecom and went back to yahoo
domain and changed the domain forwarding to my personal account at grandecom
thinking that would solve the problem. It did not. Yahoo is attaching a
banner add at the bottom of the domainname forwarding. There is probably a
way to get rid of that banner page since it disappears if any of the links
in the main page are clicked on. I need something like "click to enter" or
automatically have the a dummy "index.htm" page at grandecom launch the real
one in an full window. Not sure how to do that. I purchased two other
domain names stateson.net and ResearchRiders.org some time ago and I dont
have the problem with the banner ad on those pages. Possibly because they
do not end in ".com" like the other one.

--
=======================================================================
Beemer Biker (e-mail address removed)
http://TipsForTheComputingImpaired.com
http://ResearchRiders.org Ask about my 99'R1100RT
=======================================================================
 
G

Guest

There must be something different about the way Yahoo is hosting the problem
site. Perhaps it has to do with the type of service you signed up for, or
that Yahoo believes you signed up for. It seems that Yahoo tech support could
figure that out, though.

If the ad is only appearing on the home page, perhaps this article might help:

Redirecting Web Requests
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=31

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| 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)
|/---------------------------------------------------
*----------------------------------------------------
 
T

Thomas A. Rowe

The domain re-direction is being done via a frameset.

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

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

Beemer Biker

Jim Buyens said:
There must be something different about the way Yahoo is hosting the problem
site. Perhaps it has to do with the type of service you signed up for, or
that Yahoo believes you signed up for. It seems that Yahoo tech support could
figure that out, though.

If the ad is only appearing on the home page, perhaps this article might help:

Redirecting Web Requests
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=31

Thanks! solved the problem after looking at the above redirection and then
googleing

what didnt work (the refresh idea)
<META HTTP-EQUIV="Refresh" CONTENT="3;URL=./xxx" TARGET = "_top">
---unfortunately, TARGET does not work with meta. Clicking within the 3
seconds works fine, but the timeout leaves you in the same frame

what did work (java script)
<script>
top.location.href="./xxx"
</script>

Will this solution always work or do I need to put in a timeout with a
"click to enter"?

....thanks...

--
=======================================================================
Beemer Biker (e-mail address removed)
http://ResearchRiders.org Ask about my 99'R1100RT
http://TipsForTheComputingImpaired.com
=======================================================================
 
G

Guest

It "should" always work unless, of course, the Web visitor has turned off
JavaScript.

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| 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)
|/---------------------------------------------------
*----------------------------------------------------
 
B

Beemer Biker

Jim Buyens said:
This is the price you pay for "free" or very-low-cost Web hosting.

SNIP
I

FWIW, after I mentioned to Yahoo that my ResearchRiders.org page did *NOT*
have the banner, sure enough, a few days later, the banner appeared. I will
be adding that script redirectory to get rid of the banner they just put on
my web page.
 

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

Top