Thanks for the question, looking at <base> has solved a problem for me.  I
can use
  <base href="/Users/Paul/Documents/PLJ/APL.js/">
to make test pages work outside my source directory.  This not only works
for links in the HTML page, but in calls Javascript makes to load pages.

I've only tested this in Chrome on Windows, so your results may vary.  I'm
not certain I know what problem you still have.  If it is what strings to
use in base; the key thing for me seemed to be the trailing /.  Without it
all links failed.  I also noticed that when I tried to began with
  file:///
In Windows, I needed to have the drive reference
  file://c:/

Paul

On Wed, Jan 8, 2014 at 12:40 PM, Brian Schott <schott.br...@gmail.com>wrote:

> As a test, I added the <base> tag to the noun hrtemplate in
> j64-701/addons/ide/jhs/utilh.ijs  as shown below, and JHS created a new
> browser window. But for no other version of the text could I get JHS to
> open in my browser. Any ideas?
>
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to