Re: [Jbeta] The HTML View

2012-05-16 Thread Robert Cyr
It would be nice to have the entire screen available to a web page. That way, a bit of JavaScript would allow a fancy front end with pretty graphics such as sliders , powerful graphs etc. For a J person, a very useful and powerful calculating machine would of course lurk in the back-ground. I

Re: [Jbeta] The HTML View

2012-05-16 Thread bob therriault
Hi Robert, by looking at jh_z_ jh_z_=: 3 : 0 ('htmlhead/headbody',y,'/body/html') fwrite '~user/webview.html' smoutput 'ioscmdpl ' i.0 0 ) which is defined in the J app as a way to wrap its argument in an HTML template. You can see that what you want to display is written into a file called

Re: [Jbeta] The HTML View

2012-05-16 Thread Robert Cyr
You could also refer to another page, as in: jh 'a href=http://google.com; go to google/a' or your own page, as in: jh'a href=indexaction.mezoka.com/defaultE.htmmy page/a' I was thinking of using something like the above page I wrote for friends, and make my calculations in J. Basically, it