very strange problem

D

demetrius

I have encounter what I think is the strangest bug I have ever seen and was
wondering if anyone else has ever experienced anything similar or might know
the cause of this problem.



I have been finishing a web-based application that was started by someone
else. The original html is so poorly written that there are body and head
tags inside of tables. Despite this the pages display correctly as long as
the browser is IE. For the time being the client does not want to spend the
money to clean up the html.



I have written some JavaScript that executes correctly in my browser,
however does not execute in the clients browser. In addition some other
JavaScript that was originally working in my client's browser ceased to
work. What is strange is that we are both using IE 6. What is even
stranger is that when I viewed the source code on my client's machine the
JavaScript in question did not exist even thought most of the source code
for the page did. On my machine and in my browser the source code looked
and functioned the way that it was written.



Has anyone ever seen anything like this before?
 
S

Steve van Dongen

demetrius said:
I have encounter what I think is the strangest bug I have ever seen and was
wondering if anyone else has ever experienced anything similar or might know
the cause of this problem.



I have been finishing a web-based application that was started by someone
else. The original html is so poorly written that there are body and head
tags inside of tables.
Perhaps you misread it and they are tbody and thead tags.
Despite this the pages display correctly as long as
the browser is IE. For the time being the client does not want to spend the
money to clean up the html.
It's hard to make a convincing argument for fixing something that
already works when there are things that don't.
I have written some JavaScript that executes correctly in my browser,
however does not execute in the clients browser. In addition some other
JavaScript that was originally working in my client's browser ceased to
work. What is strange is that we are both using IE 6. What is even
stranger is that when I viewed the source code on my client's machine the
JavaScript in question did not exist even thought most of the source code
for the page did. On my machine and in my browser the source code looked
and functioned the way that it was written.

There are many versions of IE6.

Ensure scripting is enabled in Tools | Internet Options | Security,
pick the appropriate zone, click on Custom Level, enable 'Active
Scripting'

Regards,
Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top