Cross-domain browsing Javascript, Silverlight Flash

walatafa

New Member
I'm trying to write a web application that searches google and then downloads the result sites and parses them.This means it would:
1] search google.com for cats
2] get results cats.com kittens.com burgers.com
3] Download cats.com, kittens.com, burgers.com
4] and will parse them all.The search has to be done on the client side. Without implementing a server side proxy.Can this be done using javascript/sliverlight/flash?Please help.
 
Top