473,651 Members | 3,036 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Javascripts Not Fully-Functioning

4 New Member
Generally, my site contains javascripts (a couple of freebie counters plus some CPM (pay-per-impression) and CPC (pay-per-click) ads), from four different firms, but they are all suffering from the same problem: every day, they have a 90%+ failure rate, in detecting traffic. My server log keeps reporting that numerous people visit the site, but those javascript companies keep saying otherwise.

I have reason to believe that the server log is accurate and I suspect that something, at my site, is preventing those scripts from fully-functioning.

Recently, I read that some hosts limit the capabilities of free javascript counters and was wondering if that was the case, here, too; was my host's restriction interfering with my other javascripts - which also needed to count.

The host denied limiting anything, yet, theorized that its operating system might not be compatible with the javascript companies' operating systems and, somehow, this might be the cause of my woes.

My host is a Unix shop and one of those javascript businesses (the CPM ad company) employs Linux. According to this CPM firm, however: "Don't forget the problem is only with your account, nobody else has issues so I am sure there is nothing wrong with our server or our code. We have been using the same code for the last 4 years."

Loosely, all the javascripts need to place a cookie on the visitor's hard drive, in order to properly function.

I find it hard to believe that most of my visitors have their cookies turned off, though. Other sites, which employ one of the javascripts, get high visitor counts.

Similarly, according to W3, as of January 2007, 94% of browsers had javascript turned on.

I read the post about popup blockers blocking javascript (http://www.thescripts.com/forum/thread601999.html), but, in a way, it did not seem relevant to my situation.

Am I wrong?

I would greatly-appreciate any comments/insight, regarding this issue.
Jul 6 '07 #1
4 1816
acoder
16,027 Recognized Expert Moderator MVP
Welcome to TSDN!

If you follow the links yourself, do you see any errors?
Jul 7 '07 #2
januarynow
4 New Member
Thanks for welcome and response.

In answer to your question: "No".

The CPM ad firm's techs also went over one of my popular files and could not see any errors.

In addition, that company stressed: "nobody else is having the big descrepancies you are talking about."
Jul 7 '07 #3
januarynow
4 New Member
Thanks for welcome and response.

In answer to your question: "No".

The CPM ad firm's techs also went over one of my popular files and could not see any errors.

In addition, that company stressed: "nobody else is having the big descrepancies you are talking about."

Here is an instance of one of the javascripts working elsewhere: one of the freebie counters I used came from Motigo. Yet, if you go to that firm's homepage (http://webstats.motigo .com/) and exam their top sites, worldwide, then you could easily realize that these places are experiencing much successful use of the code.

So, why not me, too?

Again, the javascripts from 4 different companies, at my site, are all suffering from the same problem: they are not able to detect most of the site's traffic.

So, it seems to me that there is something particular about that site which prevents those codes from completing this task.

Any thoughts on what that might be?
Jul 7 '07 #4
januarynow
4 New Member
Update:

Tired of dealing with this problem, I, in effect, deleted its environment and replaced it with a new one.

The javascripts are working fine, now.
Aug 7 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1500
by: Chris Storey | last post by:
Hi I have some pages which perform Javascript calculations etc. and end up with a number in a box at the bottom of a page. The pages themselves are PHP, but with Javascripts embedded in them. How can I get the results of these calculations (which are in text boxes), and place them into a mysql database?I gather that it may not be possible to do this directly, but is there any way around it? I dont want to have to rewrite the scripts...
3
2409
by: Kerberos | last post by:
When I deliver a page as text/html, the javascripts work, but if delivered as application/xhtml+xml, the javascripts don't work: function OpenBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0 if(window.screen)if(isCenter)if(isCenter=="true"){ var myLeft = (screen.width-myWidth)/2; var myTop = (screen.height-myHeight)/2; features+=(features!='')?',':''; features+=',left='+myLeft+',top='+myTop;
2
2379
by: sdvoranchik | last post by:
We have an application that contains links that run javascripts to create pages in a separate frame. When these links open an external site, it causes the javascripts to no longer function. When we modified the links that invoke the javascripts from: <a href=javascript: top.doSomething> text </a> To: <span onclick=javascript:top.doSomething> text </span> The javascripts worked properly. Any ideas on why this now works or other...
2
1775
by: LC's No-Spam Newsreading account | last post by:
I asked a couple of days ago about the following arrangement (simplified). I made some progress using netscape.security.PrivilegeManager.enablePrivilege but still have to ask some further help. 1) a frameset contains - a number of javascript functions in the head (they do something like top.frames.document.myform.elements.value = v - two frames UP and DOWN
4
2344
by: David Virgil Hobbs | last post by:
My web host inserts banner ads into my html pages. The javascript in these banner ads interferes with the onload triggered javascript functions in my pages. Whether I trigger my javascript functions through onload=function() in the body tag or through window.onload=function name in a script, the host's advertising javascripts disrupt my javascripts that are supposed to run onload so that they do not run. I am not able to control the...
4
4071
by: swayze | last post by:
Hi, I'm sending some vars to php from javascript. These vars contain special chars (like "&" ,",")and also turkish characters. Therefore I'm using javascripts escape() function to be able to send them properly. My problem is on the php side. I am using rawurldecode to convert them back. However, Turkish characters like "I" (capital "I" with a dot on top) for example still stay encoded as "%u0130". My page is setup to handle turkish...
2
14472
by: Pavils Jurjans | last post by:
Hello, I am looking fow C# equivalent of JavaScripts escape() and unescape() functions. I need to use C# function at the server side and then be able to use the opposite at the client side. JavaScripts escape() function converts all non-alphanumerical chars to %xx, and all unicode chars to %uxxxx (where xxxx is unicode charcode). I'd like to have C# function that get this escaped string back to normal at the server side. Perhaps there...
1
1497
by: somaskarthic | last post by:
Hi In my PHP page while viewing the page source , it shows all the javascript codings and php comments. I don't want these comments and javascripts visible . Is there any methods to hide the javascripts , php comments and html comments ? It is most urgent. Please post your replies. Thanks in advance somaskarthic
2
2218
by: stroumf | last post by:
Hey, My problem is the following: I need to use functions from different javascripts and I don't want to load all the javascripts initially. So I need to load the scripts on demand. Now I know how I can load a script dynamically: function loadScript(scriptname) { var e = document.createElement("script"); e.src = scriptname+".js";
0
8278
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8701
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8466
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8584
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5615
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4290
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2701
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1912
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1588
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.