473,395 Members | 1,653 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

does

I've SiteMeter one one of my sites. It's keeping track of how many
times people view my site. Unfortunately, when I try to open a page of
my site using window.open(), SiteMeter hijacks the window that opens. I
can see the window open, and I can briefly see that page starting to
load, but then it suddenly advances to a new page, one that has nothing
on it except the SiteMeter icon. Can anyone see anything here that
would indicate why that is so?

<!--WEBBOT bot="HTMLMarkup" startspan ALT="Site Meter" -->
<script type="text/javascript" language="JavaScript">var
site="s18krubner"</script>
<script type="text/javascript" language="JavaScript1.2"
src="http://s18.sitemeter.com/js/counter.js?site=s18krubner">
</script><a href="http://www.sitemeter.com/stats.asp?site=s18krubner"
target="_top"><img
src="http://s18.sitemeter.com/meter.asp?site=s18krubner&amp;refer=http%3A//www.whatisliberalism.com/mcControlPanel.php&amp;ip=12.155.117.2&amp;w=1024& amp;h=768&amp;clr=32&amp;tzo=300&amp;lang=en-US&amp;pg=http%3A//www.whatisliberalism.com/index.php%3FpageId%3Dzzz&amp;js=1&amp;rnd=0.731383 0899732059"
alt="Site Meter" border="0"></a>
<noscript>
<a href="http://s18.sitemeter.com/stats.asp?site=s18krubner"
target="_top">
<img src="http://s18.sitemeter.com/meter.asp?site=s18krubner" alt="Site
Meter" border="0"/></a>
</noscript>
<!-- Copyright (c)2005 Site Meter -->
<!--WEBBOT bot="HTMLMarkup" Endspan -->
troubles here:

http://www.whatisliberalism.com/mcControlPanel.php

Feb 20 '06 #1
1 1459
Jake Barnes wrote:
I've SiteMeter one one of my sites. It's keeping track of
how many times people view my site.
That is extremely unlikely, as it is the nature of HTTP to make the
accurate gathering of that type of statistics a near impossibility.
Unfortunately, when I try to open a page of my site using
window.open(), SiteMeter hijacks the window that opens.
Or the window never opens due to pop-up blocking of some sort.
I can see the window open,
So you presumably don't block all pop-ups yourself.
and I can briefly see that page starting to load, but
then it suddenly advances to a new page, one that has
nothing on it except the SiteMeter icon. Can anyone see
anything here that would indicate why that is so?

<!--WEBBOT bot="HTMLMarkup" startspan ALT="Site Meter" -->
<script type="text/javascript" language="JavaScript">var
site="s18krubner"</script>
<script type="text/javascript" language="JavaScript1.2" ^^^^^^^^^^^^^
Never a good sign.
src="http://s18.sitemeter.com/js/counter.js?site=s18krubner"> ^^^^^^^^^^
And external JS file means code that is not shown here.

But sticking that URL into the browser location bar and downloading the
javascript file returns a javascript file that starts:-

| // Copyright (c)2006 Site Meter, Inc.
| // <![CDATA[

- so we know the script was written by an utterly clueless jelly.

But nothing in that file will redirect, though quite a lot in the file
will error-out (particualrly, but not only, on anything but the most
common browsers) so any statistics originating with the code will be
even less accurate than limited accuracy that is possible as a results
of using HTTP as the communication protocol. In effect you are using a
self-biasing measuring method, and any conclusions you draw from its
output will tend to re-enforce that bias.

<snip> <noscript> .... </noscript> ^^^^^^^^
Another very bad sign,
<!-- Copyright (c)2005 Site Meter -->
<!--WEBBOT bot="HTMLMarkup" Endspan -->
troubles here:

http://www.whatisliberalism.com/mcControlPanel.php


Javascript errors at every button press, and no pop-ups at all. So, yes
trouble, but not as described above.

While the issue cannot be demonstrated cause and effect relationships
cannot be attributed.

However, if you are paying for this 'service', and it is actually
getting in the way of your web site (while not producing anything
meaningful in the way of statistics) you would be better off removing
all references to sitemeter.com from your site.

Richard.
Feb 20 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Jonas | last post by:
This works fine in Win XP but does not work at all in Win 98. Private WithEvents objIExplorer As InternetExplorer I have to do it like this to get it to work in Win 98 Dim objIExplorer As...
3
by: Jukka K. Korpela | last post by:
I have noticed that the meaning of visibility: collapse has been discussed on different forums, but with no consensus on what it really means. Besides, implementations differ. The specification...
11
by: Grant Edwards | last post by:
I've read over and over that Python leaves floating point issues up to the underlying platform. This seems to be largely true, but not always. My underlying platform (IA32 Linux) correctly...
0
by: Dirk Försterling | last post by:
Hi all, a few days ago, I upgraded from PostgreSQL 7.2.1 to 7.4, following the instructions in the INSTALL file, including dump and restore. All this worked fine without any error (message). ...
12
by: Frank Hauptlorenz | last post by:
Hello Out there! I have a DB2 V7.2 Database (Fix11) on Win 2000 Professional. It was before a NT 4 based Domain - now it is a Win 2000 Domain. The database server is a domain member. Now...
1
by: Georg Scholz | last post by:
Hello, The class "Control" contains a documented Property "ControlType". So for example, in a form, you can write code like this: Dim c as control set c = me.Controls("textbox1") if...
5
by: Genboy | last post by:
My "VIS" Website, which is a C# site created in VS.NET, Framework 1.1, is no longer compiling for me via the command line. As I have done 600 times in the last year and a half, I can compile to...
13
by: Jason Huang | last post by:
Hi, Would someone explain the following coding more detail for me? What's the ( ) for? CurrentText = (TextBox)e.Item.Cells.Controls; Thanks. Jason
16
by: lawrence k | last post by:
I've a file upload script on my site. I just now used it to upload a small text document (10k). Everything worked fine. Then I tried to upload a 5.3 meg Quicktime video. Didn't work. I've...
89
by: Cuthbert | last post by:
After compiling the source code with gcc v.4.1.1, I got a warning message: "/tmp/ccixzSIL.o: In function 'main';ex.c: (.text+0x9a): warning: the 'gets' function is dangerous and should not be...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.