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


Groups > comp.lang.javascript > #8607 > unrolled thread

Re: Opening a page in a different browser

Started byThomas 'PointedEars' Lahn <PointedEars@web.de>
First post2011-11-24 21:43 +0100
Last post2011-11-24 21:43 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.javascript

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#8607 — Re: Opening a page in a different browser

FromThomas 'PointedEars' Lahn <PointedEars@web.de>
Date2011-11-24 21:43 +0100
SubjectRe: Opening a page in a different browser
Message-ID<1416459.UmKxYGmu8A@PointedEars.de>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.javascript


csiph-web