Skip to content

Instantly share code, notes, and snippets.

@deian
Created June 9, 2013 06:41
Show Gist options
  • Save deian/5740443 to your computer and use it in GitHub Desktop.
Save deian/5740443 to your computer and use it in GitHub Desktop.
<PUBLIC:COMPONENT TAGNAME="xss">
<PUBLIC:ATTACH EVENT="ondocumentready" ONEVENT="main()" LITERALCONTENT="false"/>
</PUBLIC:COMPONENT>
<SCRIPT>
function main()
{
alert("HTC script executed.");
}
</SCRIPT>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment