Hi,
I would like to gather some ideas how you can implement Javascript in a site that don't allow you to put javascript. Site's I'm talking about are community sites like MySpace, That only allows you to put HTMLs.
some of their implementation I've seen is something like this.
<img src="imagesource" onerror="javascript: find head and write external javascript" />
Now I the code being filtered. any ideas on other implementation?
thanks!