javascript - is there a way to access serverside ajax responses as temporary files? -
in ancient times ie6 under ms windows xp @ least let access ajax responses files in local filesystem under "temp" folder.
is still there way access ajax responses temporary files modern browsers well?
i'm not sure modern browsers store ajax responses in (plain) temporary files.
if want view json responses in modern browsers, there many tools firebug firefox example, allows view response server (raw response or formatted json..)
Comments
Post a Comment