Loan | Adverse Credit Remortgage | Credit Cards | Mortgage Calculator | Charity
Html syntax error detector software [Archive] - PCMech Forums

PDA

View Full Version : Html syntax error detector software


james8547
10-05-2003, 02:32 PM
I have a syntax error on a website I am working on. The error appears on the bottom left side of the IE browser. It says, "Done, but with errors on page." I double click on it and it says syntax error on line 43, char 82, syntax error, code 0. The error disappears when I refresh (F5) the page.

I can't seem to track down line 43, char 82 since the site is written with php. It calls different sections of the page from different files.

However, I am almost certain that I forgot to close a tag somewhere. But there are literally hundreds of coding lines. So I am wondering if there are any good softwares (preferably freeware :)) that goes thru the lines of codes and searches for an open tag?

Any comments / suggestions / ideas?

TIA

BTW: The page loads and operates as it should.

mairving
10-05-2003, 04:28 PM
It's not a php error, more than likely a javascript error. Not any javascript syntax checking software that I know of. Pretty easy to track down. Just view the source, copy and paste the text into your HTML editor and see what line 43 is.