Changes between Version 1 and Version 2 of NewbieGuideJapan

Show
Ignore:
Timestamp:
02/24/07 17:28:54 (6 years ago)
Author:
htanaka (IP: 125.29.180.63)
Comment:

init function registerd by _addEvent

Legend:

Unmodified
Added
Removed
Modified
  • NewbieGuideJapan

    v1 v2  
    143143    } 
    144144 
    145     window.onload = xinha_init; 
     145    Xinha._addEvent(window,'load', xinha_init); // this executes the xinha_init function on page load  
     146                                                // and does not interfere with window.onload properties set by other scripts 
    146147 
    147148}}}