|
|
Multiple Parameter Tool
(function() {
var cx = '013346161239798343179:v1ldpmwwtw0';
var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);
})();
Optional Keyword Filter:
var rowcount = 1;
function executeQuery() {
var input = document.getElementById('cse-search-input-box-id');
var element = google.search.cse.element.getElement('searchresults-only0');
if (input.value == '') {
element.clearAllResults();
} else {
element.execute(input.value);
}
return false;
}
function AndFunction(id){
document.getElementById("AndButton").remove();
document.getElementById("andlable"+id).innerHTML = "AND / OR";
var id2 = id+1;
var div = document.createElement('div');
document.getElementById('inputrows').appendChild(div);
div.id = 'inputrow'+id;
document.getElementById("inputrow"+id).innerHTML = "
"" +
"" +
"" +
"" +
""+
"";
rowcount = id;
}
function OpenLinkedIn(id){
var location = '';
var role = '';
for(i=1;i
if(MySelector=='location'){location=location+MyItem+',';}
if(MySelector=='role'){role=role+MyItem+',';}
}
}
if(location.length>0){
location='more:pagemap:person-location:'+location;
location=location.substring(0,location.length-1);
}
if(role.length>0){
role='more:pagemap:person-role:'+role;
role=role.substring(0,role.length-1);
}
var kewords = document.getElementById("keywords").value;
document.getElementById("cse-search-input-box-id").value=location+' '+role+' '+kewords;
executeQuery();
}
No Comments
Sorry, the comment form is closed at this time.