Hi there, I am doing a site redesign and it shows up without any errors in Firefox, Opera, Safari, Chrome, but in IE for Windows, I get a little "yield sign" in the bottom left hand corner. It says that there's an error on line 16, but there's nothing on that line in the code in the template page. Can someone please check this out and let me know what I'm doing wrong in IE? Could it be the javascript? Thanks!
peepster 0 Newbie Poster
Recommended Answers
Jump to PostThat usually occurs when IE has issues with the page javascript. In the page source code I see two main blocks of JS, one in the header, and another linked to an external file. Remove the big block in the header, then run the page again. If the error is …
Jump to PostHi,
Just to let you know so that code is good you also have a number of other errors in your code:
Line 10: link tag type should read "image/png" not "image.png"
Line 54: The default scripting language hasn't been specified for the onclick event. Put this line …
All 5 Replies
CJesusSaves 6 Light Poster
peepster 0 Newbie Poster
CJesusSaves 6 Light Poster
peepster 0 Newbie Poster
Cragdo 2 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.