View Single Post
03-07-2008, 05:54 PM
#3
hadriel is offline hadriel
hadriel's Avatar
Status: I'm new around here
Join date: Mar 2008
Location:
Expertise:
Software:
 
Posts: 22
iTrader: 0 / 0%
 

hadriel is on a distinguished road

  Old

Why you have escaped the quotes?

Anyway, it doesn't trow error for me that way

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

</script>