![]() | The Information Overlaid Toolkit: ; Referance Manual Edition 2.4, for Information Overlaid Version 2.4; 27th April 2004 | ![]() | ||
|---|---|---|---|---|
| Prev | Appendix A. Cross Browser Compatibility | Next | ||
The easiest solution to this problem is to check the ok returned by easel_init. If it is false, wait for a while and try again:
function localOnLoad() { if (!easel_init("2.1", document.map)) { setTimeout("localOnLoad();", 500); return; } // rest of onload function as usual