On Sun, Jan 30, 2011 at 7:14 PM, bob therriault <bobtherria...@mac.com> wrote:
> Hi John,
>
> A possible near miss for JHS
>
> NB. In Unix based systems this works. x specifies the opening application and 
> y the document
> NB. eg. 'TextWrangler' CallEdit '/Users/jay/test1.html' makes the 
> TextWrangler application open the test1.html document
>
> CallEdit=: 4 : 0
> 2!:1 [ 'open -a ',x,' ',y
> )
>
> I haven't found a way to create a tab, although this may be child's play to 
> someone who actually knows what they are doing :)

Some browsers will open new windows in tabs.

Other than that, I think you have to manually create them.

The standards mostly predate tabbed browsers, and the
standards generation process is slow.  (Which is probably
a good thing, given the usual concept of "standard".)

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to