Hi all,
Right now doing an asp.net prohect (2.0) i want to detect javascript is enabled in client browser!!! if not i wil redirect to another page!!!
I guess its very difficult to check in server side!! somehow i want to acheive the solution!! whenever user disables javascript!! next operation should redirect him
Loading
Posted Oct 14, 2010, 8:05 AM
<noscript>
<meta http-equiv="refresh" content="0;url=Default2.aspx" />
noscript>
Thanks for sharing the idea
Suthish NairPosted Oct 14, 2010, 3:34 AM
narasimman gPosted Oct 14, 2010, 1:31 AM
Thanks for your response!!
Eventhogh i was peeping same article thru google i couldnt make it up.
below script helped me
<noscript>
<meta http-equiv="refresh" content="0;url=Default2.aspx" />
noscript>
Cheers
Suthish NairPosted Oct 13, 2010, 3:09 PM