I noticed the first part on your documents is something like:
document.getElementById('info').innerHTML = "Sorry. This example does not work when accessed using file://. Please use an http:// host and try again.";
And well, I tested and it doesn't work in with file:// and I would like to know if there's a workaround for this. Because I will try to implement MathBox with org-mode on emacs, and for the best use, you always open your files with file:// because since it's only an HTML file, maybe with some javascript and css, you don't need a server. Anyway, I'll appreciate your input. =)
I noticed the first part on your documents is something like:
And well, I tested and it doesn't work in with
file://and I would like to know if there's a workaround for this. Because I will try to implement MathBox with org-mode on emacs, and for the best use, you always open your files withfile://because since it's only an HTML file, maybe with some javascript and css, you don't need a server. Anyway, I'll appreciate your input. =)