View this PageEdit this PageAttachments to this PageHistory of this PageHomeRecent ChangesSearch the SwikiHelp Guide

whales.js

function init() {
var w = document.getElementById("orca");
w.innerHTML = "Black & white whale";
}
window.onload = init;

Link to this Page