Search found 1 match

by Dmitriy
Wed Oct 03, 2012 2:28 pm
Forum: [C] General
Topic: read .js.smk
Replies: 1
Views: 3163

Re: read .js.smk

Hi, Sorry for my English. I found a way to read these files. You can redd them by log it in alert(). Just add this code to your .js files. xhttp=new XMLHttpRequest(); xhttp.open("GET","$MANAGER_WIDGET/Common/IME_XT9/ime.js",false); xhttp.send(""); xmlDoc=xhttp.responseT...

Go to advanced search