This does not seem to happen with Windows IE 6 or Netscape 7 or Opera 6.05 (it works fine with these), but when I tested it on a machine with Windows 2000 and IE 5.5 this problem occurs:
I have an asp page which contains an include file
<!-- #include file="include/head.inc" -->
When I view the source of this asp page in the IE 5.5 browser, the contents of the include file are there, EXCEPT for the body onload event, for some bizarre reason. The body tag and its other properties (background, leftMargin, text) and end tag are included, but the piece "onload=checkChoice()..." is missing. There do not appear to be any carriage returns or other strange characters in the onload event.
Has anyone ever come across this before?
I don't have any other IE 5.5 computers to test on, so it could be that there's just something weird going on with that one computer. Or perhaps he's got some setting in IE that's stopping the body onload event from being included...
On that computer, Javascript is enabled, and the same script in the Body onload event is called from elsewhere (from the click event of a checkbox) and runs fine.
The page is at if you want to check it out.
Thank you!
--Kathy
I have an asp page which contains an include file
<!-- #include file="include/head.inc" -->
When I view the source of this asp page in the IE 5.5 browser, the contents of the include file are there, EXCEPT for the body onload event, for some bizarre reason. The body tag and its other properties (background, leftMargin, text) and end tag are included, but the piece "onload=checkChoice()..." is missing. There do not appear to be any carriage returns or other strange characters in the onload event.
Has anyone ever come across this before?
I don't have any other IE 5.5 computers to test on, so it could be that there's just something weird going on with that one computer. Or perhaps he's got some setting in IE that's stopping the body onload event from being included...
On that computer, Javascript is enabled, and the same script in the Body onload event is called from elsewhere (from the click event of a checkbox) and runs fine.
The page is at if you want to check it out.
Thank you!
--Kathy