From: Jesse V. <je...@my...> - 2002-12-03 16:50:59
|
When my page loads, I need to call a method which creates some layers. http://dynapi.sourceforge.net/doccenter/index.php?Body%20onLoad%20Problems Does this mean that I'm supposed to put something like this? <script> DynAPI.onload = function() { alert("hello"); } </script> When I add that to my page, nothing happens when the page loads. Any suggestions on what I'm doing wrong? Thanks in advance, Jesse |