Forum Moderators: open

Message Too Old, No Replies

about <body>

         

amir_iiui

7:12 am on Jun 27, 2005 (gmt 0)

10+ Year Member



I m using onscroll="javascript:setcoords()" in the body tag. When i validate my page with w3c validor for html 4.0, it generates following error.

"there is no attribute "ONSCROLL" ".

Can somebody tell me how to avoid this error so that current functionality doesnot disturb.

BlobFisk

9:36 am on Jun 27, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi amir_iiui,

Try using addEventListener to tie this event to the body instead. onscroll is not a valid attribute of the body tag.

amir_iiui

9:50 am on Jun 27, 2005 (gmt 0)

10+ Year Member



Can u please tell me in detail how to do it. I m not getting the idea how to do this for <body> tag.