I have tried to validate my page http://jimpix.co.uk/
But get this error 5 times:
character "<" is the first character of a delimiter but occurred as data
But I need the "<" in place in some javascript on the page:
I need to have the javascript on the same page, and not as an include, because the ASP code includes the values it is checking against, so I can't include the javascript, otherwise it won't work.Code:function prev_my_photo() { MyPhotoThingVar--; if (MyPhotoThingVar <= 0) { MyPhotoThingVar = 0 } return MyPhotoThingVar; }
Is this something I'll have to live with? I can't replace the "<" with an "<" because then the javascript breaks.
Thanks
Jim










Bookmarks