i've a proxy program which serves the content from variour appservers to the client. while serving, i put a navigation (i inject a javascript functino inside <head> and call it during body onload) with the content..
now there are about 2 million pages i can serve and i want to find out roughly how many pages will work in my proxy with navigation.. because those pages which do not have <head>, <body> may or may not have my navigation content as i parse these tags and inject my javascript function.. and also those pages which have frameset/frames arent going to have navigation too..
so basically is there any validator simple and cheap for my need here? pls ask me questions if you'r not clear..
Start Free Trial