|
|
|||
Head First JavaScript Chap 3 - onresize not an attribute of body
In Head First Javascript, page 108, when I type in
<body onload="resizeRock();greetUser();" onresize=="resizeRock();"> I get an error saying that onresize is not an attribute of body when I try to run the page. How can I correct this? 1 Reply |
|||
|