Note that the src request goes to the server and is satisfied by
jfilesrc.ijs.
On Mon, Jun 25, 2012 at 8:51 PM, bill lam wrote:
> 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)
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{::'';'') stringreplace canvas_template
)
Пнд, 25 Июн 2012, Justin Tirr
Hey Justin,
Would writing the file you have created to a specific location on the computer
solve the problem?
'<…..text of file including relative URL to /folder/file/…..>' 1!:2
<'/folder/file.html'
If you save it to the proper location then the URL would be correct, wouldn't
it?
Or have I c
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:
I modified the utilh.ijs file with a verb to allow me to add those lines