G
Guest
Hi,
I working on a .net web project which need to check javascript disabled or
enabled. I use the code below:
If Request.Browser.JavaScript = True Then
....
end if
The problem is 'Request.Browser.JavaScript' always return 'true' . I don't
know how to fix the problems.
Does anybody know why?
Thanks and Please!
I working on a .net web project which need to check javascript disabled or
enabled. I use the code below:
If Request.Browser.JavaScript = True Then
....
end if
The problem is 'Request.Browser.JavaScript' always return 'true' . I don't
know how to fix the problems.
Does anybody know why?
Thanks and Please!