• Welcome to DNForum.com - Domain Investor Forum, Free Domain Marketplace and a community for 45+ domain pros
    If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the oldest global domain name community on the internet and continues to grow every day. There are over 45,000 domainers on DNForum doing everything from buying domains, selling domains, using our free in-house built tools, learning about domains and discussing domains. Take a minute and Register.

Why is this error on my site?

Status
Not open for further replies.

GT Web

DNF Addict
The Originals
Legacy Exclusive Member
Joined
Feb 21, 2003
Messages
6,459
Reaction score
3
Can you please go to: http://www.ExcitingAutos.com - I just put in Fastclick adds and now I am getting JS errors but I dont know why, can anyone pinpoint the problem?
 
Everything loads fine on my end.

RMF
 
No problem too.
 
hmmm...you dont get an error message in your status bar...? Whats my problem then?
 
if thats happening, maybe one of the banners is missing.
 
No error from loading the page, the flashing fastclick contest bar is going to cause me to have a seizure, but other then that the site works very well.
 
:shy: appears to be a banner problem....
 
good, so hopefully that will go away by itself...thanks guys!
 
now Fastclick ads arent even showing up on my site....!

Can someone check the source code and tell me what I am doing wrong...are the Inview, Pop under and banner ads all working for you?
 
They are showing for me. Sure you don't have java turned off?
 
Did another check, and some pages have errors, and some don't. Banners seem to load though.

Here is an error on the links page.

Line: 27
Char: 1
Error: Object required
Code: 0
Url: http://www.excitingautos.com/links.htm

As for what that means, I'm not sure. Probably a javascript error. Go down 27 lines in your htm file, and the 1st character should be the problem.

RMF
 
I dont know what to think now...and thats weird, I cant even find the option to turn JS on in my browser...is that my issue?
 
thats the first 50 lines or so:



<html>
<head>
<title>ExcitingAutos.com - Links</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<STYLE TYPE="text/css"><!--
body {
margin-top: 0px;
margin-bottom: 0px;
}
//--></STYLE>

<!-- FASTCLICK.COM POP-UNDER CODE v1.8 for excitingautos.com (12 hour) -->
<script language="javascript"><!--
var dc=document; var date_ob=new Date();
dc.cookie='h2=o; path=/;';var bust=date_ob.getSeconds();
if(dc.cookie.indexOf('e=llo') <= 0 && dc.cookie.indexOf('2=o') > 0){
dc.write('<scr'+'ipt language="javascript" src="http://media.fastclick.net');
dc.write('/w/pop.cgi?sid=15655&m=2&v=1.8&c='+bust+'"></scr'+'ipt>');
date_ob.setTime(date_ob.getTime()+43200000);
dc.cookie='he=llo; path=/; expires='+ date_ob.toGMTString();} // -->
</script>
<!-- FASTCLICK.COM POP-UNDER CODE v1.8 for excitingautos.com -->
<!-- FASTCLICK.COM InVue CODE v1.1 for excitingautos.com -->
<script language="javascript"><!--
var dc=document; if(dc.all && dc.getElementById){
var mjo=Math.floor(Math.random()*7777); dc.cookie='h2=o; path=/;';
var ht=dc.body.clientHeight;var wt=dc.body.clientWidth;
if(dc.cookie.indexOf('n=vue')<=0 && ht>400 && wt>400 && dc.cookie.indexOf('2=o')>0){
dc.write('<scr'+'ipt language="javascript" src="http://media.fastclick.net');
dc.write('/w/get.media?sid=15655&tm=12&m=4&c='+mjo+'"></scr'+'ipt>');}} // -->
</script>
<!-- FASTCLICK.COM InVue CODE v1.1 for excitingautos.com -->

</head>
 
I took another look on your links page. Try putting all your javascript in your body. *below your body tag*. I tried it in my editor, and by doing that, I don't get the error anymore.

RMF
 
it works...thanks a lot!
 
No problem :)

RMF
 
Status
Not open for further replies.
Back
Top Bottom