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?


hrtemplate=: toCRLF 0 : 0
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Connection: close

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><TITLE></title>
<!--  NEXT LINE ADDED SUCCESSFULLY -->
<base href="http://127.0.0.1:65001/"/>
<CSS>
<JS>
</head>
<BODY>
</html>
)
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to