You want to do a HTTP Post or Get to talk to that site.

the webrequest method will do it but we made this easy with one
UtilityBelt library call.

Read
http://www.learnasp.com/freebook/learn/utilitybelt_HttpPost.aspx
http://www.learnasp.com/freebook/learn/utilitybelt_httpgrab.aspx

and if you don't want to use UtilityBelt then you can read the Sub
HTTPPost from UtilityBlet source code. It shows you the way.


On Sun, 23 Jan 2005 12:25:14 -0500, Dee <[EMAIL PROTECTED]> wrote:
>  
>  Don't know if I'm asking this question on the correct board, but it deals 
>  with an aspx framed page.
>  I have a website with framed page  that searches then displays results in a
>  new framed page that's aspx. I would like to get some of the contents of 
>  each item on the search result page to save locally in a database on my 
>  site.  When I view the source code of the search results aspx page I can
> see 
>  the fields and their contents that I would like to save.
>  
>  Can anyone help with a process to grab the info I need from the aspx page? 
>  The link on the framed page goes to a  different server in a different 
>  company. That company has given me permission to link to their search and 
>  display function. This kinda sounds like a shopping cart function for me to
>  control from my site, since the user logs in from my site to get access to 
>  the framed page search and display. The company offering the search and 
>  display.
>  
>  Is there a way I could grab the results page before it displays, send the 
>  contents to my web database then display the contents from my datbase
> rather 
>  than the framed site? Then I could I could run the "shopping cart" code on 
>  my site?
>  
>  Any ideas would be greatly appreciated!!! 
>  
>  
>  
>  
>  
>  
>  ________________________________
>  Yahoo! Groups Links
>  
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/
>   
> To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>   
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to