Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #8607
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.42!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail |
|---|---|
| Content-Type | text/plain; charset="ISO-8859-1" |
| Message-ID | <1416459.UmKxYGmu8A@PointedEars.de> (permalink) |
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
| Reply-To | Thomas 'PointedEars' Lahn <dciwam@PointedEars.de> |
| Organization | PointedEars Software (PES) |
| Date | Thu, 24 Nov 2011 21:43:08 +0100 |
| User-Agent | KNode/4.4.11 |
| Content-Transfer-Encoding | 7Bit |
| 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 |
| MIME-Version | 1.0 |
| Lines | 36 |
| NNTP-Posting-Date | 24 Nov 2011 21:43:08 CET |
| NNTP-Posting-Host | a6716715.newsspool1.arcor-online.net |
| X-Trace | DXC==E2jfeYg6F7i6K;>iZ]763ic==]BZ:af>4Fo<]lROoR1<`=YMgDjhg2X2bFj^_o8m1DZm8W4\YJN<;?f@h5gMfb<BBg1E4QGMh98g6GXF>MZN9 |
| X-Complaints-To | usenet-abuse@arcor.de |
| Xref | x330-a1.tempe.blueboxinc.net comp.infosystems.www.authoring.html:1493 comp.lang.javascript:8607 |
Cross-posted to 2 groups.
Followups directed to: comp.lang.javascript
Show key headers only | 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
Re: Opening a page in a different browser Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-11-24 21:43 +0100
csiph-web