Reading a webpage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajeevdgl
    New Member
    • Jan 2012
    • 1

    Reading a webpage

    I am very new to javascript.I need to read content of a webpage(sharepo int page) and display it in another page using javascript.How can I do it?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    you can't with only JavaScript. due to the Same Origin Policy you can only fetch data from your own server. though that server is certainly able to get the content from another page and pass it down to JS.

    Comment

    Working...