PDA

View Full Version : Problems writing DHTML for IE6


hazanilan
07-15-2002, 08:19 AM
Hello, people.

I have written a website using ASP and DHTML.
Well, all the contents of the pages work properly on IE5.5, but on IE6 the objects absolute positioning lacks, objects that are disabled are looking weird and dynamic contents are just returning javascript errors (which are not clear).

Please help me if you know a solution to this problem.

Thank you very much.

premshree
07-15-2002, 01:32 PM
Why don't you post your code?

BrainJar
07-15-2002, 04:28 PM
You might try running your HTML source through a validator like the one at http://validator.w3.org/.

IE 6 is a little less forgiving on invalid HTML code than IE 5 was.

hazanilan
07-16-2002, 07:35 AM
Hi, all.

I have found a workaround to my problem.

Thank you very much, anyway.

BTW, the problem was that the IIS server is sending DTC (design-time-components) which are disabled (gray-colored) of an ASP page to the IE6 browser incorrectly (on IE5.5 and IE6 the code sent to the browsers is not the same!).
So, I just enabled the DTC objects and using javascript I disabled them at the client instead of sending them disabled.