Page 1 of 1
how to dedicat a files to a specific browser
Posted: Wed Nov 03, 2010 2:04 am
by hakurul-kaneeru
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
Posted: Wed Nov 03, 2010 2:09 am
by s.dot
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.
Re: how to dedicat a files to a specific browser
Posted: Wed Nov 03, 2010 10:47 am
by Jonah Bron
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.