Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Im trying to fix the styles of my site in IE6 but as I load the page it gives an Operation Aborted Error and it displays page cannot be loaded.

Please tell mo exactly how will fix this error.

share|improve this question
Browser issues are off topic here; Stack Overflow or Superuser are better choices. But your question lacks any further information about the circumstances. Nobody can answer it in its current form. – toscho Aug 16 '12 at 11:36

closed as not a real question by Michael, toscho Aug 16 '12 at 11:34

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

This is most likely caused by javascript. You can try this.

  1. Make a Backup Copy Of Your template
  2. Remove All JavaScript From your Template

  3. View Your Website in IE and you will observe that the error no more appears

  4. Now start adding your JavaScript one by one and at the same time keep viewing your template in IE8
  5. If the Error appeared again then Trash out the last Java code that you added

  6. Continue and repeat the process

  7. If no Error appeared then re-add the trash out Java Code in your template but in a different location

  8. If the Error appeared again then permanently delete that Java Code from your template

  9. You Are Done!

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.