google.load("elements", "1", {packages : ["newsshow"]});
function onLoad() {
var a=new Array();
a[0]="india";
a[1]="us";
a[2]="brazil";
flag=1;
s=" sports";
p=" politics";
e=" entertainment";
t=" science and technology";
w=" ";
var options = new Array();
for(i=0;i<a.length;i++){
options[i]={
"queryList" : [
{
"q" : a[i] + t
},
]
}
}
var content = document.getElementById('content');
for(i=0;i<a.length;i++){
var newsShow = new google.elements.NewsShow(content, options[i]);
}
}
google.setOnLoadCallback(onLoad);
I am using this code saved in html format to get news acordding to specific
queries. This shows me the results on browser page, but I want to extract
url, images and title from those news updates. PLs help me with this soon
Thanks in advance for any Help
--
--
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
To view this message on the web, visit
https://groups.google.com/d/msgid/google-ajax-search-api/0f2444b3-7504-46ac-ba38-5f833f3c3148%40googlegroups.com
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups
"Google AJAX APIs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.