Posted on: 12/19/2013 4:00:23 AM | Views : 820

What's the easiest way to program this?  I want to provide a function that allows a user to search the web, and save the URL found.  Something like this: -
Page#1 has a button [Search Web]. When you click it Page#2 opens with a web search (e.g. Google). "Page#2" might be another page, another tab, or an iframe - any of these would be an acceptable solution.  Using Page#2 the user can navigate to the page he wants. On closing Page#2 control is returned to Page#1 with the URL found in a field that my aspx code can use (a session variable?).
Depending on situation Page#2 might start with a Google search, a search page in a particular web site, etc. This bit is no problem: I'd just us a query string to communicate from Page#1 to Page#2.
Thank you, Robert Barnes.

Go to the complete details ...