Hi,
when user selects a text, my extension automatically searches on google the selected text and the search results are displayed on a new popup window.
var searchWindow = ww.openWindow(null, "http://www.google.com/search?q=" + encodeURI(annotateSelectText)+"",
"searchWindow", "menubar=0,status=0,width=750,height=750", null);
I need few suggestions and sample code if possible on how to go about achieving what i need. I want to add check boxes in the beginning of each search results. So the user can check the search results that are relevant to them and save that url and text snippet in SQLite. I am bit confused with regard to adding checkboxes in the google search result window.
Any suggestions?
cheers