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

No Comments Make A Comment

No comments yet.

Comments RSS Feed   TrackBack URL

Leave a comment

You must be logged in to post a comment.