example i have gadget with this html code
<form action="/search" method="get"> <input class="textinput" name="q" type="text" onblur="if (this.value == "") {this.value = "Lo kok gak jadi di search ?????";}" onfocus="if (this.value = "Search yooo") {this.value = ""}" size=110 type="text" value="Search Sini Nggih...." /> <input value="search" class="buttonsubmit" name="submit" type="submit"/></form>
How to make that html become javascript code like this :
<script src="//www.gmodules.com/ig/ifr?url=http:…

