I'm taking this to the chat forum because it's not really about J programming at the moment.
Another thing to try, if you are using chrome or a similar browser (safari should be similar) is: inspect the document object model. In Chrome, this would be: right click on the page, select Inspect Element... and then search for the text (control-F under windows, osx is probably cmd-F). If it's not there, that means one thing. If it is there, select it then look through the styles on the right hand side to see if that text (or a parent element) has a style such as display: none (which would make it invisible). In other words, my current question is: is the missing part of the document really missing? or is it just invisible? Thanks, -- Raul On Tue, Feb 4, 2014 at 3:19 PM, Brian Schott <[email protected]> wrote: > Another difference that I did not mention is that the JHS html code has a > fancy <body>, while the native html has a simple <body>. The fancy one is > below. > > <body onload="jevload();" onunload="jevunload();" onfocus="jevfocus();"> > > > > -- > (B=) > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
