How Can I Write Cross-Browser Links?
October 25, 2005 12:13 PM
Subscribe
Without using any plug-ins or extensions, how can I always force a link to open in IE, regardless of the client browser?
I'm trying to do a fairly simple web port that has three existing ActiveX ojbects that aren't about to get re-written. Of course it works fine in IE but doesn't in Firefox. I've already implemented some browser detect code that tells people "get thee to IE" if they try to launch the pages containing the ActiveX objects.
What I'd prefer, though, is some kind of client-side link that allows any user the same kind of functionality that Firefox's "View In IE" plugin does. The ActiveX objects launch in a new, untitled, no-scrollbarred window anyway -- I'd like to be able to force those links to always open in Internet Explorer instead of the default browser. A much more seamless user experience that way.
Is it even possible to do this programatically? Or am I going to have to stick with providing browser-specific directions throughout the web app, stating that it works best in IE? Thanks.
posted by RKB to computers & internet (9 comments total)
posted by jellicle at 12:20 PM on October 25, 2005