Forum Moderators: open

Message Too Old, No Replies

onload function

         

maitre

8:41 pm on Oct 25, 2005 (gmt 0)

10+ Year Member



Hi, I have a probably dumb question:

Why does this line: <body onload="load();"> produce an error message in IE6 but not in Opera or Firefox?

Thanks a lot!

Bernard Marx

8:55 pm on Oct 25, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What is contained in the function, load?

maitre

9:36 pm on Oct 25, 2005 (gmt 0)

10+ Year Member



Thanks for the quick response. I've already figured it out. The line was redundand. It works now.