Re: javascript clashes with DHTML
by "Comharsa" <comharsa(at)clara.net>
|
| Date: |
Tue, 13 Jun 2000 09:17:36 +0100 |
| To: |
<mkdesai(at)powersurfer.net>, "list" <hwg-basics(at)hwg.org> |
| References: |
whizchip |
| |
todo: View
Thread,
Original
|
|
From: <mkdesai(at)powersurfer.net>
>
> THIS <body onLoad="initAnimation()" onLoad="makesnake()"
> style="width:100%;overflow-x:hidden;overflow-y:scroll"> DOESNT WORK.
>
> obviously the onload tag is to be used only once by including bith
> initanimation and makesnake together. the question is how???
Try:
<body onLoad="initAnimation(); makesnake()"
style="width:100%;overflow-x:hidden;overflow-y:scroll">
Brian
comharsa(at)clara.net
HTML: hwg-basics mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.