krishna
krishna

Reputation: 923

open webpage in firefox

i am not sure..is there any chance to open my webpage in firefox. for example i am browsing mywebsite using IE. when ever i click link of the page then automatically it will open in firefox. this option is not for all pages only for specified page.

thanks.

Upvotes: 1

Views: 195

Answers (4)

Tim
Tim

Reputation: 5822

If this were the case, ie6 would have gone out long ago. The best you can do here, would be to check which browser they are using (get_browser if you are using php) and refuse to show content to people using browsers other than firefox.

Instead you could redirect them to a page explaining why they need to be using firefox to access your websites services (I guess a link to the firefox download page would be nice too)

Upvotes: 4

Nikola Sivkov
Nikola Sivkov

Reputation: 2852

What you ask for is not possible , but you could display a warning to your users that the page works best in the desired browser.

Upvotes: 1

Jamie Dixon
Jamie Dixon

Reputation: 53991

I would seriously hope this isn't possible.

Upvotes: 1

usr-local-ΕΨΗΕΛΩΝ
usr-local-ΕΨΗΕΛΩΝ

Reputation: 26874

Sorry, it's not possible from plain HTML to open a webpage in a different browser. You can, at most, open the page in a new window of the same browser.

However, what you ask is not completely impossible. You could write a browser plugin that handles links and runs the Firefox executable

Upvotes: 2

Related Questions