Hi to all,
Is that possible to enable javascript using ASP.NET if it is disabled ??
Printable View
Hi to all,
Is that possible to enable javascript using ASP.NET if it is disabled ??
No, for security reasons it is not possible to do that with any browser unless there is a security hole to exploit, which is unlikely these days. You should make the site so that it works even without JavaScript.
(And for example, Firefox might be equipped with NoScript extension, which disables JavaScript for sites that have not been allowed to use JavaScript)
Thanks Merri