Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #8607

Re: Opening a page in a different browser

Message-ID <1416459.UmKxYGmu8A@PointedEars.de> (permalink)
From Thomas 'PointedEars' Lahn <PointedEars@web.de>
Organization PointedEars Software (PES)
Date 2011-11-24 21:43 +0100
Subject Re: Opening a page in a different browser
Newsgroups comp.infosystems.www.authoring.html, comp.lang.javascript
References <ddudnWGUX8Io5lPTnZ2dnUVZ8sqdnZ2d@giganews.com>
Followup-To comp.lang.javascript

Cross-posted to 2 groups.

Followups directed to: comp.lang.javascript

Show all headers | View raw


Richard Kimber wrote in comp.infosystems.www.authoring.html:

> I want to be able to open a link in a different browser just from a local
> page on my local machine. Is this possible?

Perhaps yes, but certainly not with HTML alone.  You need a *programming* 
language.

> I normally use Firefox, but certain sites don't work with Firefox

You should tell their authors after you made sure you use the latest stable 
Firefox version available for your system.

> and I want to have a local page of links that is open in Firefox (my
> normal browser) such that these awkward links fire up Google-chrome, say,
> and display the appropriate (external) linked page.

It might be possible in Firefox using XPCOM components from within 
privileged JavaScript.

<http://stackoverflow.com/questions/6177583/how-to-open-exe-with-javascript-
xpcom-as-windows-run>

(Dump the browser sniffing and the `javascript:'.)

See also: <https://developer.mozilla.org/en/XPCOM>


X-Post & F'up2 comp.lang.javascript

PointedEars
-- 
Anyone who slaps a 'this page is best viewed with Browser X' label on
a Web page appears to be yearning for the bad old days, before the Web,
when you had very little chance of reading a document written on another
computer, another word processor, or another network. -- Tim Berners-Lee

Back to comp.lang.javascript | Previous | Next | Find similar | Unroll thread


Thread

Re: Opening a page in a different browser Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-11-24 21:43 +0100

csiph-web