当我们从我们的网页请求时,从其他网页获取价值到我们的网页 [英] getting values from other webpage to our webpage when we request from our webpage

查看:82
本文介绍了当我们从我们的网页请求时,从其他网页获取价值到我们的网页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的朋友,我想知道当我们从我们的网页请求时如何从其他网页获取价值

示例:如果在我的网站中键入usn编号,请在结果页面中说abc.com.它应该转到结果页面中的vtu网站,它必须获取结果,并且该结果必须回发到abc.com,我们的网页才能做到这一点.如果是这样,请简短地告诉我,对不起,您花些时间,但是我对此并不陌生,如果有任何疑问,请不要介意我的英语不好我可以重新编辑我的问题

我可以说

Dear friends i want to know how to get values from other webpage to our webpage when we request from our webpage

example: in my website say abc.com in result page if we type usn no. it should goto vtu website in result page it has to fetch result and that result has to be posted back to abc.com our webpage can this be done..?? if so please tell me in brief m sorry taking your time but i am new to this and please dont mind for my bad english if any doubt i can re-edit my question

getting values from other webpage to our webpage on the whole i can say

推荐答案

,从其他网页上获取的价值总体来说,您不能将数据从另一个网站直接获取到您的网页.如果任何人想要与他人共享数据,他们将向他人公开服务(Webservices或wcf服务),因此您可以使用这些服务并使用.

对于Web服务教程
http://dotnetguts.blogspot.in/2007/09/all- about-web-service-in-net.html [ ^ ]

对于WCF教程
http://wcftutorial.net/ [ ^ ]



如果您想直接在您的网站上显示其他网站页面,可以访问


< iframe>
</iframe>

iframe教程
http://www.w3schools.com/tags/tag_iframe.asp [
You can''t get the data from another website to your web page directly. If the any one want to share data with others, they will expose services (Webservices or wcf services) to others, so you can consume those services and use.

For webservices tutorial
http://dotnetguts.blogspot.in/2007/09/all-about-web-service-in-net.html[^]

For WCF Tutorial
http://wcftutorial.net/[^]

Or

If you want to show other website pages directly in your site, you can go for


<iframe>
</iframe>

Iframe tutorial
http://www.w3schools.com/tags/tag_iframe.asp[^]


Thanks,
SP


这篇关于当我们从我们的网页请求时,从其他网页获取价值到我们的网页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆