Embed Javascript
Documentation > Tricks > Embed Javascript
This page shows how to embed javascript. Simply copy the code to code.embed.alert, then put <embed alert> and the contents will be inserted, complete with $$skinvars processed.
Here's the source code from code.embed.alert for this simple example:
<form>
<input type=button value="Click Here" onClick="alert('$$TITLE');">
</form>
<input type=button value="Click Here" onClick="alert('$$TITLE');">
</form>

