Ads Problem

Status
Not open for further replies.

jsobeck

New Member
Messages
479
Reaction score
0
Points
0
I have a x10 Corporate account, and I am in the process of getting the ads on my site up, and I noticed something weird. After I added the code for the ads (javascript) on a couple of the pages, they weren't showing up. I ran some tests, and here is what happened:

Mac OS X - Firefox: ads show up fine
Mac OS X - Safari: ads show up fine
Windows 2000 - Firefox: ads do not display
Windows 2000 - Internet Explorer: ads show up fine
Windows XP - Firefox: ads do not display
Windows XP - Internet Explorer: ads show up fine

Does anyone know why the corporate ads don't show up in firefox on windows?
By the way, my site is www.sobecknetworks.com
 

Spartan Erik

Retired
Messages
6,764
Reaction score
0
Points
0
jsobeck said:
I have a x10 Corporate account, and I am in the process of getting the ads on my site up, and I noticed something weird. After I added the code for the ads (javascript) on a couple of the pages, they weren't showing up. I ran some tests, and here is what happened:

Mac OS X - Firefox: ads show up fine
Mac OS X - Safari: ads show up fine
Windows 2000 - Firefox: ads do not display
Windows 2000 - Internet Explorer: ads show up fine
Windows XP - Firefox: ads do not display
Windows XP - Internet Explorer: ads show up fine

Does anyone know why the corporate ads don't show up in firefox on windows?
By the way, my site is www.sobecknetworks.com

Well in FF are you using an adblock extension? Or adblock plus?
 

Jacob

New Member
Messages
1,146
Reaction score
0
Points
0
Your ads display fine in both Firefox and IE on my computer. However, the ads at the very beginning page (www.sobecknetworks.com) don't show up at all on my computer.
 

jsobeck

New Member
Messages
479
Reaction score
0
Points
0
No, I am not using an ad blocker. Here's something I didn't see before though, appearing in the source code of Firefox on Windows XP:
Code:
<script language="JavaScript">
<!--

function SymError()
{
  return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
  return (new Object());
}

window.open = SymWinOpen;

//-->
</script>
That's not what I pasted there, though. I pasted the corporate ad code, which differs greatly.
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
lol umm wierd...cuz i can see the ads easily on FF, i'm on XP so i dunno what's wrong maybe the problem's on your side :dunno:
 

jsobeck

New Member
Messages
479
Reaction score
0
Points
0
alright, lets hope its just that, I just wanted to make sure the majority of people will actually be able to see the ads... I've had problems like this before, so it wouldn't surprise me if the issue is on my end.
 
Status
Not open for further replies.
Top