Connecting Tech Pros Worldwide Forums | Help | Site Map

Rationalle for Disabling JavaScript

PB
Guest
 
Posts: n/a
#1: Nov 19 '05
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!



Eliyahu Goldin
Guest
 
Posts: n/a
#2: Nov 19 '05

re: Rationalle for Disabling JavaScript


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" <A@B.com> wrote in message
news:epAaUD%23fFHA.2152@TK2MSFTNGP14.phx.gbl...[color=blue]
> 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[/color]
What[color=blue]
> it has presented any of you with any real problems in the day-to-day[/color]
running[color=blue]
> 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[/color]
for[color=blue]
> ASP.NET simply won't appear on a page when JavaScript is disabled (at[/color]
least[color=blue]
> in IE6). ComponentArt has arguably one of the most popular menu systems -[/color]
so[color=blue]
> for any company or person who disables JavaScript as a matter of course,
> they'll miss out on a lot of functionality.
>
> Thoughts?
>
> Thanks!
>
>[/color]


Yunus Emre ALPÖZEN [MCSD.NET]
Guest
 
Posts: n/a
#3: Nov 19 '05

re: Rationalle for Disabling JavaScript


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

"PB" <A@B.com> wrote in message
news:epAaUD%23fFHA.2152@TK2MSFTNGP14.phx.gbl...[color=blue]
> 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!
>[/color]


PB
Guest
 
Posts: n/a
#4: Nov 19 '05

re: Rationalle for Disabling JavaScript


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

-PB


"Eliyahu Goldin" <removemeegoldin@monarchmed.com> wrote in message
news:OwsC3N%23fFHA.268@TK2MSFTNGP15.phx.gbl...[color=blue]
> 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" <A@B.com> wrote in message
> news:epAaUD%23fFHA.2152@TK2MSFTNGP14.phx.gbl...[color=green]
>> 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[/color]
> What[color=green]
>> it has presented any of you with any real problems in the day-to-day[/color]
> running[color=green]
>> 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[/color]
> for[color=green]
>> ASP.NET simply won't appear on a page when JavaScript is disabled (at[/color]
> least[color=green]
>> in IE6). ComponentArt has arguably one of the most popular menu systems -[/color]
> so[color=green]
>> for any company or person who disables JavaScript as a matter of course,
>> they'll miss out on a lot of functionality.
>>
>> Thoughts?
>>
>> Thanks!
>>
>>[/color]
>
>[/color]


Closed Thread