|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Getting Search Results
Hi Guys,
I have a page with a list of links that when clicked submit data to a clients search engine, The result opens in another window and either displays a list of items or diaplays "No Items Found". I want to perform another action in my Asp Page if the result is "No Items Found" Can I get my Asp page to read the result from the search engine when it's results are returned in another window or would i have to return them into a frame? Is this possible? Many Thanks Mark Try this
http://www.darkfalz.com/1068 That may get you what you are after Show quote "Mark" <sh0t2***@hotmail.com> wrote in message news:7893579f.0503180828.973d098@posting.google.com... > Hi Guys, > > I have a page with a list of links that when clicked submit data to a > clients search engine, The result opens in another window and either > displays a list of items or diaplays "No Items Found". > > I want to perform another action in my Asp Page if the result is "No > Items Found" > Can I get my Asp page to read the result from the search engine when > it's results are returned in another window or would i have to return > them into a frame? > > Is this possible? > > Many Thanks > > Mark Sure, you can parse the results using MSXML objects. See
http://www.aspfaq.com/2173 Show quote "Mark" <sh0t2***@hotmail.com> wrote in message news:7893579f.0503180828.973d098@posting.google.com... > Hi Guys, > > I have a page with a list of links that when clicked submit data to a > clients search engine, The result opens in another window and either > displays a list of items or diaplays "No Items Found". > > I want to perform another action in my Asp Page if the result is "No > Items Found" > Can I get my Asp page to read the result from the search engine when > it's results are returned in another window or would i have to return > them into a frame? > > Is this possible? > > Many Thanks > > Mark |
|||||||||||||||||||||||