My embedded javascript is messing up my HTML Validation.
I have a line which includes ampersands ("&score=") as a part of an url string, but W3 views it as a special non-existing character.
How can I resolve this issue?
var src="update.php?id="+id+"&score="+score;
Thanks