Changes between Version 1 and Version 2 of NewbieGuideJapan
- Timestamp:
- 02/24/07 17:28:54 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewbieGuideJapan
v1 v2 143 143 } 144 144 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 146 147 147 148 }}}
