asp classic - jquery getScript problem with Internet Explorer 8 -


i've script

$.getscript('page.asp?t=' +timestap);  page.asp generate this:  myfunction({   "result" : {     "error" : false/true,     "delete" : false/true,     "data" : 'escaped html data'   } }); 

with firefox works charm, internet explorer result.data empty

any help?

is content-type of page.asp set server "text/javascript"?


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -