Greg, I also tried your frame approach below successfully in the online jum/jhs with Mac Safari and FireFox. I found one workaround for your jijs problem was to change the link in the ijs frame from jijs to jfile and then to select the file I wanted.
I am having some difficulty navigating among the frames using only keystrokes. My only choice so far is to use the Tab and Shift+Tab keys to move forward and back but that is very limiting because the sequence of moves includes more than the three frames/panes. For example in each frame that has the menus, the keystrokes stop at each menu. I wish only the Esc,1 sequence would take me to the menus. Btw, I also wish there was an easy way to use the Esc key to escape from the menus, but so far my only alternative to escaping from a selected menu selection such as "link|ijx" is to arrow right or left and then press enter. Thanks for the html template. On Sun, Oct 24, 2010 at 5:38 PM, greg heil <[email protected]> wrote: > i set up a htm page consisting of an ijx, ijs and help frame from the JUM: > > <html><head><title>xsh</title></head> > <frameset cols="44%,*"> > <frame src="http://www.jsoftware.com:53692/jijx" name="ijx", > scrolling='auto'> > <frameset rows="77%,*"> > <frame src="http://www.jsoftware.com:53692/jijs" name="ijs", > scrolling='auto'> > <frame src="http://www.jsoftware.com:53692/jhelp" name="jhelp", > scrolling='auto'> > </frameset> > </frameset> > </html> > > The next step is to set the IJS file to be a particular file (o/w the > system keeps generating a new one). But i cannot find a URL for such a > file. I can modify any file, but i cannot get the URL for that > modification... > > greg > ~krsnadas.org > > -- > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
