I think the problem is you tried to open that webpage from file explorer, while it was originally intended to serve from jhs (a web server) in that the leading / meaning document root of web server, not filesystem.
If a webpage opened as plain text file, then I suspect JHS did not provide a proper mime-type in the response header required by browsers. Пнд, 28 Ноя 2011, David Mitchell писал(а): > I tried this in IE and and it worked after I changed > > script src="/~home/gnuplot > > to > > script src="c:\users\me/gnuplot > > http://www.jsoftware.com/jwiki/DavidMitchell?action=AttachFile&do=get&target=GnuplotIE9Demo.png > -- > > On 11/25/2011 15:32, Eric Iverson wrote: > > A new version of JHS is available. Do the JAL update, shutdown server, and > > restart. > > > > With luck the new<~DOCTYPE html> header will allow gnuplot to a canvas in > > IE9. Please let me know it this works. > > > > load'~addons/ide/jhs/gnuplot.ijs' > > load'~addons/ide/jhs/gpdemo.ijs' > > gpdemo > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
