how to dedicat a files to a specific browser
Moderator: General Moderators
-
hakurul-kaneeru
- Forum Newbie
- Posts: 1
- Joined: Wed Nov 03, 2010 1:50 am
how to dedicat a files to a specific browser
I have made a simple browser in VB expression edition 2008. I have published it as mybrowser.exe and i have installed it. How can make my pages view ONLY using by browser. i know the browser in VB is actually IE. I want some browser detecting scripts and pop up a message saying "this page requires mybrowser.exe" if they try to open with IE or FF. etc...IS IT POSSIBLE?????.... pls help....
Re: how to dedicat a files to a specific browser
Browser detection is not under your control. However, if the user agent supplies an identifier, it will be present in $_SERVER['HTTP_USER_AGENT']. However again, that value may or may not be correct.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: how to dedicat a files to a specific browser
You might set your browser's user agent (if you can) so a secret hash, and communicate over HTTPS to keep the hash from being discovered.