Displaying 1 result from an estimated 1 matches for "addload".
Did you mean:
  addr_load
  
2006 May 26
0
I can not get any scriptaculous effects to finish with items visible
.../>
		<input type="hidden" name="choiceMade"
value="makeNewMailList" />
		<input type="hidden" name="arrangement"
value="sendEmail" />
		</form>
		</div>
	
and here I was hoping to use Simon Willison''s addLoad
function to  hand the command a reference instead of
the id, since that seems to work better, but this did
not work: 
addLoadEvent(function() {
    if(document.getElementById &&
document.getElementById("linkForNewMailList")){
      var clickableItemThatWillTriggerChange =
docu...