Show Page To IE5

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

I have a bunch of uplevel browser functionality on some pages and need to do
something to prevent downlevel browsers from trying to load such pages.
These pages would require IE 5 or newer in order to be displayed correctly.
How to prevent downlevel and other browsers from accessing these pages?
 
Request.Browser has many properties you may be intersted in checking (Lots of properties that refer to the browser/version), you could redirect them if they don't pass.
 
Back
Top