Request Variables from another server

  • Thread starter Thread starter Johnny
  • Start date Start date
J

Johnny

Hello,

I want to request form variables on a remote server. So,
let's say Yahoo home page has form variables, is there a
way in asp.net to request the data from Yahoo

Thanks,
 
Nope.

If Yahoo doesn't create a form element with your page as destination you
won't be able to receive anything from their website except for plain HTML.

HTH,
Axel Dahmen
 
Back
Top