| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Jan 2007
Posts: 447
![]() | explorer problem Hi all, Have a look on chicagogop.com, do you know why the webpage says “Done, but with errors on page” at the bottom left in IE7. It doesn’t seem to be a problem !? Thank you very much |
| |
| | #2 (permalink) |
| Senior Member Join Date: Jul 2005 Location: NJ
Posts: 1,219
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | that means you have some problems with any javascript you may have. hint: if you click on that icon in IE, it'll tell you what it doesnt like and what seems to be wrong. atm, it says line 651 is missing a semicolon. and by using firefox's awesome HTML validator, i can go straight to that line and see what's on it. turns out it's: onmouseover="Report cheaters" now jsut go to whichever external js file has the function report cheaters and make sure it has all the necessary semicolons and whatnot.
__________________ Hacksar.com - Your source for random computer tips and tricks! MySiteMemberships.com - Keep track of your site registration information! Like my post? Rep is appreciated! |
| |
| | #3 (permalink) |
| Senior Member Join Date: Aug 2005 Location: East Yorkshire, England
Posts: 2,689
![]() ![]() ![]() ![]() ![]() ![]() ![]() | The problem is this: HTML Code: <a href="http://www.chicagogop.com/component/option,com_chronocontact/Itemid,54/chronoformname,Whistleblower/" target="_blank" onmouseover="Report cheaters"> |
| |