Jul
25
Stoyan Stefanov has a post that discusses the issues with browsers blocking on script tags.He discusses the general problem and how YUI has a helper for it by using onreadystatechange and onload:PLAIN TEXTJAVASCRIPT: var myHandler = { onSuccess: function(){ alert(’:))’); }, onFailure: function(){ alert(’:((’); }}; var urls […]
More: continued here































