Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
Event registration app with QR/Paypal
Home
Tuesday, May 26, 2009
How to deal with disabled Javascript in Browsers in ASP.NET MVC
Add noscript html tag into master page to redirect description page:
<noscript>
<meta http-equiv="refresh" content="5; url=<%= Url.Relative("~/ControllerName/ActionName") %>" />
</noscript>
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)