English 中文(简体)
如何用 Java/Jquery/AJAX在网页上登录和阅读数据?
原标题:How to log in to remote website and read the data from logged in page using Javascript/Jquery/AJAX?
  • 时间:2012-01-12 17:34:26
  •  标签:
  • javascript

我正试图建立一个网站,使我能够从遥远的网站读数据,并在网站上展示数据。

Remote websites I need to access all require username and password.
ex: http://wwww.boostmobile.com I have or will have correct login info in my database.

I would like to know how I can fill out the login info and submit it. After successfully logging in I would like to read various data and send it back to my website.

我谨以贾瓦特语、克赖语或阿马斯特鲁特语发言。

总而言之,我的问题是:

  1. How to send login info to remote website and submit it?
  2. How do you read and send back the data from logged in page to my website?

预言如此之多地感谢你!

最佳回答

显然,正如同化一样,这是可能的。 http://www.ibm.com/developerworks/library/wa-aj-jsonp1/“rel=“nofollow”http://www.ibm.com/developerworks/library/wa-aj-jsonp1/

问题回答

暂无回答




相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签