Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
the problem is that you have two sets of <body> tags on the page, and put the <body onload=""> event in the second set of <body> tags, below your script at the very bottom of the page. This is completely invalid. Firefox is correct in not recognizing this as an event. Move the event to the first opening <BODY> tag and you'll be ok. Remove the second set of opening and closing body tags.
Last edited by wayfarer07; 05-18-2008 at 03:28 PM..
Reason: typo
|