javascript - reading a post from another site with a html page -
I have a static HTML page that receives posts from another website. I need to be able to read the information in the post and store the data in a cookie, but the page is a static HTML page and has to be in this way.
Anyone have any ideas?
If you are getting information from other websites, then $ in JSON or XML format You can retrieve returned information using the jQuery Cookie plugin (https://github.com/carhartl/jquery-cookie) and store it in a cookie.
Hope it helps.
Comments
Post a Comment