Can I place something like the code below in a html page, and have the coolstuff.js render content to the page? I think i've seen it done...what is this technique called? Any pointers?
<form id="form1" runat="server">
<div>
<script src="coolstuff.js"
param1="Monkeys" param2="Go" param3="Nutz"
type="text/javascript"/>
</div>
</form>