javascript - Is there any way to store xml string into cookie? -
is possible store xml string cookie via javascript?
i tried store xml,
var xml = response; document.cookie = xml; and did read cookey
var x = document.cookie; alert(x); i expecting whole xml document, store first tag.
<?xml version="1.0"?> is there way store whole xml document? lot...
javascript xml
No comments:
Post a Comment