Live Chat Icon For mobile
Live Chat Icon

How to determine if the Browser supports javascript?

Platform: ASP.NET| Category: Client Side Scripting

VB.NET


if Page.Request.Browser.JavaScript then
...
else
...
end if

C#


if (Page.Request.Browser.JavaScript )
{
...
}
else
{
...
}

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.