Click here to Skip to main content
15,879,096 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I am having a google search control(a text box and a search submit button) in my HTML page

I want to display the google search result in side some control such as frame in the same page

which is the best control for displaying..? and how? using html/php/javascript

i searched in google..but failed to get solution

pls help me
Thanks
Posted

If you know how to use javaScript, that would probably be a good way to go.
 
Share this answer
 
If you can figure out a way of catching the results, you might (and correct me if I'm wrong) want to use a
document.writein()

but only if you can somehow pass the html into it. AJAX could help but probably won't be the best.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900