Lotus notes & internet explorer 8

Hi,

i habe a big problem with ie8.

i implemented my application notes web and tested in ie6. All functionality was good.

Now, i must deployed my application and used in ie8. First test with ie8, the “Edit” button is not functional, then it was operational in ie6.

I need to configure a few things to note in my application is running in IE8?

Subject: Couple of questions

  1. How did you write the Domino application? Are you just web enabling a Notes application “out of the box”, or have you added any custom web design elements or HTML to the forms/pages/views/etc?

  2. If you used HTML, what standard did you follow? Have you validated the resulting HTML code against some online validators, or looked at the code yourself?

  3. Are you using FireBug to look at the code, and see what happens when you click?

In general, as long as you don’t use non-standard HTML code, IE8 should work if you get it to work in IE6. But since you are the one that created the HTML code, you should know what you put in there.