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>
[...] to VoteHow to deal with disabled Javascript in Browsers in ASP.NET MVC (5/26/2009)Tuesday, May 26, 2009 from rayaspnetAdd noscript html tag into master page to redirect description [...]
[...] to VoteHow to deal with disabled Javascript in Browsers in ASP.NET MVC (5/26/2009)Tuesday, May 26, 2009 from rayaspnetAdd noscript html tag into master page to redirect description [...]
ReplyDelete