View Single Post
03-03-2008, 01:14 PM
#1
Liam is offline Liam
Liam's Avatar
Status: Member
Join date: Dec 2007
Location: Liverpool, UK
Expertise:
Software:
 
Posts: 287
iTrader: 0 / 0%
 

Liam is on a distinguished road

Send a message via MSN to Liam

  Old  Illegal Character

Hello, quick question.
I don't know a lot of javascript, so help me out.
Firebug is saying on line 4 there is an illegal character, but I just can't see it.

// JavaScript Document
function clickit(cn,clink) {
if(document.images) {
(new Image()).src=\"clickstats.php?num=\"+cn+\"&url=\"+ clink+\"&val=\".urlencode($js_string).\";
}
return true;
}

if anyone knows whats up with this, let me know, thanks