Ads not working

Status
Not open for further replies.

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
I get this error code when adding the ads to my page.
Code:
Error: uncaught exception: Operation is not supported (NS_ERROR_DOM_NOT_SUPPORTED_ERR)
Source File: http://x10hosting.com/adserve.js?xav0989
Line: 7
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
I use the personal javascript adds on x10, the website is grafsig.co.cc
I am on stoli.x10
 
Last edited:

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
If you mean how do i add them to the page, well I designed a template system, and the ad code is added atop every page's content.
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
I coded it myself, based a bit on the one of phpbb3. However, header and footer are hard-coded into the php class.
Edit:
bump!
 
Last edited:

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
It appear on my firebug console, on every single page I load.
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
I found the problem! the document.write function isn't supported on xhtml. If my headers are set to xhtml, this function isn't supported. If my headers are set to html, but the page validates as xhtml, document.write is supported!
 
Status
Not open for further replies.
Top