what are bookmarklets

satya - Saturday, August 08, 2009 12:54:30 PM

research the following paper

research the following paper

satya - Saturday, August 08, 2009 12:55:03 PM

Inspiration


( function () 
{     
var s=document.createElement("script");         
s.src="http://mydomain.com/script.js";     
document.body.appendChild(s);  
} ) ();

satya - Saturday, August 08, 2009 12:56:23 PM

then you can do


<A HREF='javascript:code-above-inlined'>My First Bookmarklete App</A>