On Wed, 2004-03-10 at 07:32, Patrick O'Callaghan wrote: > Here's my script: > > ---- > #!/bin/bash > > /opt/firefox/mozilla-xremote-client "openURL($1, new-window)" > ----
Here's mine :
---
#!/bin/sh
gnome-moz-remote --remote='openURL('$1', new-tab)' || gnome-moz-remote $1
---
> That's the whole thing. Change new-window to new-tab if you prefer.
> If the arg is missing it just opens a blank window, which is OK by
> me.
I prefer new-tab, but this seems to work perfectly... and with
firefox.. :)
> poc
--
---------------------------
Jason H. Frisvold
Backbone Engineering Supervisor
Penteledata Engineering
[EMAIL PROTECTED]
RedHat Engineer - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---------------------------
"Imagination is more important than knowledge.
Knowledge is limited. Imagination encircles
the world."
-- Albert Einstein [1879-1955]
signature.asc
Description: This is a digitally signed message part
