Not sure if it can help, the plot package for canvas output using IE
containings the verb (beware of line wrap)

canvas_header=: 3 : 0
r=. ('80';(pfmt 0{Pxywh);'40';(pfmt 1{Pxywh)) stringreplace canvas_template
r=. ('<1>';IFJHS{::'';'<!--[if lt IE 9]><script 
src="/~addons/ide/jhs/js/excanvas.js" 
type="text/javascript"></script><![endif]-->') stringreplace canvas_template
)

Пнд, 25 Июн 2012, Justin Tirrell писал(а):
> Hey all--
> 
> In JHS, I am working with several JavaScript files (>5000 lines total), and
> I don't want to pile them all into the JS noun to be in-lined into the
> html.  I would like to include them in the html with script tags:
> <script src="URL"></script>
> 
> I modified the utilh.ijs file with a verb to allow me to add those lines to
> the header, as well as the tags for CSS.  However, as I understand it, the
> "URL" must be relational and based on the location of the html file.
> 
> It doesn't seem to me that JHS creates an html file, and thus I have no way
> to reference JScript (or CSS) files with <script src=...>.
> 
> Anyone have any ideas on how to solve or work around this? Thanks for the
> help.
> 
> 
> Justin
> ----------------------------------------------------------------------
> 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

Reply via email to