I'm having home and search page in my asp.net website.
In home page ,I'm going to use search box powered by Google by using Google web search API (not custom search).
When i click search button(executing the search) in home page,i want to display the search result in search page.
can anyone tell me how to redirect th
开发者_JAVA技巧e search result to another page?
Thanks
I think this is what you need: link
Hmm, I'm not sure why you would want to do this. But if I understand the question correctly, you could open the search result in a 1x1 pixel frame and load any page you want in the parent frame.
继续阅读:asp.netjavascript
精彩评论