Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Computer Support (http://www.velocityreviews.com/forums/f33-computer-support.html)
-   -   HTML "stop" command? (http://www.velocityreviews.com/forums/t181493-html-stop-command.html)

Watcher of the Skies 09-28-2003 04:27 PM

HTML "stop" command?
 
I am only a novice at creating HTML content, and would like to know if there
is a command or script that will stop the processing of a page when it is
encountered.

The reason being, I dont really want my geocities site to throw up the
banner down the side of the page every time anyone hits a page. They do this
by adding a few lines of script at the end of the page thus:

<!-- text below generated by server. PLEASE REMOVE -->
</noscript>
</script>
<script language="JavaScript"
src="http://uk.geocities.com/js_source/ygIELib9.js?v3">
</script>
<script language="JavaScript">var
yviContents='http://uk.toto.geo.yahoo.com/toto?s=382106082&l=NE&b=1&t=106476
0443';yviR='uk';yfiEA(0);
</script>
<script language="JavaScript"
src="http://us.i1.yimg.com/us.yimg.com/i/mc/mc.js">
</script>
<script language="JavaScript" src="http://geocities.com/js_source/geov2.js">
</script>
<script language="javascript">geovisit();
</script>
<noscript>

Since I am unable to remove it as the comment suggests, I would like to
prevent the page from being read to the end by inserting some script at the
end of the page I upload before Yahoo adds its bit.

Any ideas anyone?

TIA



Brian H¹© 09-28-2003 04:49 PM

Re: HTML "stop" command?
 
Watcher of the Skies said:

> I am only a novice at creating HTML content, and would like to know if there
> is a command or script that will stop the processing of a page when it is
> encountered.
>
> The reason being, I dont really want my geocities site to throw up the
> banner down the side of the page every time anyone hits a page. They do this
> by adding a few lines of script at the end of the page thus:
>
> <!-- text below generated by server. PLEASE REMOVE -->
> </noscript>
> </script>
> <script language="JavaScript"
> src="http://uk.geocities.com/js_source/ygIELib9.js?v3">
> </script>
> <script language="JavaScript">var
> yviContents='http://uk.toto.geo.yahoo.com/toto?s=382106082&l=NE&b=1&t=106476
> 0443';yviR='uk';yfiEA(0);
> </script>
> <script language="JavaScript"
> src="http://us.i1.yimg.com/us.yimg.com/i/mc/mc.js">
> </script>
> <script language="JavaScript" src="http://geocities.com/js_source/geov2.js">
> </script>
> <script language="javascript">geovisit();
> </script>
> <noscript>
>
> Since I am unable to remove it as the comment suggests, I would like to
> prevent the page from being read to the end by inserting some script at the
> end of the page I upload before Yahoo adds its bit.
>
> Any ideas anyone?
>
> TIA


Do you *pay* for your geocities site, or do you get it for *free* because it has
some internal advertising?



°Mike° 09-28-2003 11:20 PM

Re: HTML "stop" command?
 
The scripts are created dynamically by the geocities server.
That's part of the agreement. If you don't like them, you
should pay for a service with no ads.


On Sun, 28 Sep 2003 17:27:36 +0100, in
<Q_Ddb.1933$QH3.304@newsfep4-winn.server.ntli.net>
Watcher of the Skies scrawled:

>I am only a novice at creating HTML content, and would like to know if there
>is a command or script that will stop the processing of a page when it is
>encountered.
>
>The reason being, I dont really want my geocities site to throw up the
>banner down the side of the page every time anyone hits a page. They do this
>by adding a few lines of script at the end of the page thus:
>
><!-- text below generated by server. PLEASE REMOVE -->
></noscript>
></script>
><script language="JavaScript"
>src="http://uk.geocities.com/js_source/ygIELib9.js?v3">
></script>
><script language="JavaScript">var
>yviContents='http://uk.toto.geo.yahoo.com/toto?s=382106082&l=NE&b=1&t=106476
>0443';yviR='uk';yfiEA(0);
></script>
><script language="JavaScript"
>src="http://us.i1.yimg.com/us.yimg.com/i/mc/mc.js">
></script>
><script language="JavaScript" src="http://geocities.com/js_source/geov2.js">
></script>
><script language="javascript">geovisit();
></script>
><noscript>
>
>Since I am unable to remove it as the comment suggests, I would like to
>prevent the page from being read to the end by inserting some script at the
>end of the page I upload before Yahoo adds its bit.
>
>Any ideas anyone?
>
>TIA
>


--
Basic computer maintenance
http://uk.geocities.com/personel44/maintenance.html

Bebop & Rocksteady 09-28-2003 11:52 PM

Re: HTML "stop" command?
 

> I am only a novice at creating HTML content, and would like to know if
> there is a command or script that will stop the processing of a page
> when it is encountered.
>
> The reason being, I dont really want my geocities site to throw up the
> banner down the side of the page every time anyone hits a page. They do
> this by adding a few lines of script at the end of the page thus:

<SNIP>

> Since I am unable to remove it as the comment suggests, I would like to
> prevent the page from being read to the end by inserting some script at
> the end of the page I upload before Yahoo adds its bit.


Pay for it.... they you get no advertising...



--
----------------------------------------
Quantum Illusions: http://quantum.2ya.com
Pegasus Mail Support Site: http://pegasus.quantum.2ya.com
Freeware Site: http://freeware.quantum.2ya.com
DATA Solutions: http://datasolutions.quantum.2ya.com

If you truly want to contact me click the link
http://quantum.2ya.com/email.htm


Plato 09-30-2003 06:52 AM

Re: HTML "stop" command?
 
Watcher of the Skies wrote:
>
> The reason being, I dont really want my geocities site to throw up the
> banner down the side of the page every time anyone hits a page. They do this


Request a refund if you are not happy with their service.

[ Doc Jeff ] 10-01-2003 12:59 AM

Re: HTML "stop" command?
 
On Sun, 28 Sep 2003 17:27:36 +0100, "Watcher of the Skies"
<cdwainwright@SPAMLESSntlworld.com> wrote:

>I am only a novice at creating HTML content, and would like to know if there
>is a command or script that will stop the processing of a page when it is
>encountered.
>
>The reason being, I dont really want my geocities site to throw up the
>banner down the side of the page every time anyone hits a page. They do this
>by adding a few lines of script at the end of the page thus:


If it's a free site, you shouldn't try to remove the banner. That's
how you pay for the site. Removing it can get your site taken away.

--
http://www.cotse.net - Use it, you know you want to.
If you're too scared to go look for yourself, ask me
about COTSE. I'd be happy to tell you about it.


All times are GMT. The time now is 03:11 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57