Rationalle for Disabling JavaScript

  • Thread starter Thread starter PB
  • Start date Start date
P

PB

What is the rationalle for disabling JavaScript. AFAIK, the primary reason
is for "security purposes" - but what specific kind of threats does the
[disabling of JavaScript in a browser] protect against? AND - is the
disabling of JavaScript something that is done very much? I know it's
impossible to answer that last question definitively - so I'm wondering if
it has presented any of you with any real problems in the day-to-day running
of your Web applications (i.e. support issues related to the disabling of
JavaScript).

I'm asking because in some testing I discovered that ComponentArt's menu for
ASP.NET simply won't appear on a page when JavaScript is disabled (at least
in IE6). ComponentArt has arguably one of the most popular menu systems - so
for any company or person who disables JavaScript as a matter of course,
they'll miss out on a lot of functionality.

Thoughts?

Thanks!
 
u can do lots of things using javascript. It supports object creation like
vb. This lets u to do too much things. I donot know componentart's menu.is
it using directx effects?
ActiveX components are disabled by default.

--
HTH

Thanks,
Yunus Emre ALPÖZEN
BSc, MCSD.NET
 
Whatever the rationale is, you can't make anything meaningful in asp.net
without javascript. So just assume it is allowed. Otherwise the program
won't be usable anyway.

Eliyahu
 
That's what I was beginning to think - thanks for verifying.

-PB


Eliyahu Goldin said:
Whatever the rationale is, you can't make anything meaningful in asp.net
without javascript. So just assume it is allowed. Otherwise the program
won't be usable anyway.

Eliyahu

PB said:
What is the rationalle for disabling JavaScript. AFAIK, the primary
reason
is for "security purposes" - but what specific kind of threats does the
[disabling of JavaScript in a browser] protect against? AND - is the
disabling of JavaScript something that is done very much? I know it's
impossible to answer that last question definitively - so I'm wondering
if What
it has presented any of you with any real problems in the day-to-day running
of your Web applications (i.e. support issues related to the disabling of
JavaScript).

I'm asking because in some testing I discovered that ComponentArt's menu for
ASP.NET simply won't appear on a page when JavaScript is disabled (at least
in IE6). ComponentArt has arguably one of the most popular menu systems - so
for any company or person who disables JavaScript as a matter of course,
they'll miss out on a lot of functionality.

Thoughts?

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top