bipinshakya
Programmer
Our user is using our ASP.NET application in a browser window. One of the fields he needs to fill in is the URL of a page from another site, which is found by searching the Internet using any of a variety of search engines.
We can launch a new window to browse the Internet, but how can we get the URL of the page that is found at the end of the search process. Ideally we want to launch a new window from a ‘browse’ button alongside a field on our originating ASP page, and when the child window is closed, the last URL is available to the originating ASP page to use in the field.
Is this possible, and if so, how?
If not possible, does anyone have any clever ideas (other than a straight cut-and-paste) for getting the URL back into the originating application?
P.S. We ideally need a solution that will work across different types of browser (e.g. IE, Firefox, Safari, Chrome)
We can launch a new window to browse the Internet, but how can we get the URL of the page that is found at the end of the search process. Ideally we want to launch a new window from a ‘browse’ button alongside a field on our originating ASP page, and when the child window is closed, the last URL is available to the originating ASP page to use in the field.
Is this possible, and if so, how?
If not possible, does anyone have any clever ideas (other than a straight cut-and-paste) for getting the URL back into the originating application?
P.S. We ideally need a solution that will work across different types of browser (e.g. IE, Firefox, Safari, Chrome)