Home All Groups Group Topic Archive Search About


Author
18 Mar 2005 4:28 PM
Mark
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

Author
18 Mar 2005 4:39 PM
Curt_C [MVP]
Try this
http://www.darkfalz.com/1068

That may get you what you are after

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


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
Author
18 Mar 2005 4:50 PM
Aaron [SQL Server MVP]
Sure, you can parse the results using MSXML objects.  See
http://www.aspfaq.com/2173

--
Please post DDL, sample data and desired results.
See http://www.aspfaq.com/5006 for info.




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

AddThis Social Bookmark Button