While cross-site scripting is generally regarded as negative, I\'ve run into several situations where it\'s necessary.
I was recently working within the confines of
You've got three choices:
Create a remote script to read in remote dynamic HTML. Use a library like jQuery to make this easier. You can use the load function to inject HTML where needed. EDIT What I originally meant for example # 2 was utilizing JSONP, which requires the server side script to recognize the "callback=?" param.
Use a client side Flash proxy and setup a crossdomain.xml file on your server's web root.