472,362 Members | 1,756 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,362 software developers and data experts.

Rationalle for Disabling JavaScript

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!
Nov 19 '05 #1
3 1527
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:ep****************@TK2MSFTNGP14.phx.gbl...
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!

Nov 19 '05 #2
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:ep****************@TK2MSFTNGP14.phx.gbl...
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!

Nov 19 '05 #3
PB
That's what I was beginning to think - thanks for verifying.

-PB
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:Ow***************@TK2MSFTNGP15.phx.gbl...
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:ep****************@TK2MSFTNGP14.phx.gbl...
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!


Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Russell McDade | last post by:
I have a html page that I don't want anyone to print. Is there a way using JavaScript to send an alert to the user to warn them from trying to print the html page? Is there an onPrint event...
22
by: Papajo | last post by:
This simple script counts up or down with a button click, now can it be modified so the count won't go below zero?            Thanks, Joe <form> <input type=text name=amount size=4 value=>...
6
by: ML.Steve | last post by:
Hi, There are lots of posts on this subject but after a couple of hours of going though them I still can't get a number of fields to be disabled when a checkbox is ticked. Basically I have a...
2
by: Jeelz | last post by:
Hi Guyz, Would appriciate any tip on disabling an ASP.NET LinkButton using client sided code like javascript. My Requirement is such that the user should be allowed to click on the link...
7
by: John Meyer | last post by:
I have a program where I have to enable or disable a list box based upon a radio button. Is there an "enabled" property on select boxes?
1
by: kebabkongen | last post by:
Hi, I'm working on a JavaScript that is enabling / disabling a select element according to whether a checkbox is selected or not. This works fine in Firefox, but in Internet Explorer (v 6.0.2900)...
3
by: ChrisN | last post by:
Invoking a postback before a large ASP.NET page has fully rendered will often cause the page to crash. This is unhelpful and confusing to users. I'm wondering if I can overcome this by...
2
by: Fred Mertz | last post by:
I'd like to know the rationalle some of you use for deciding which members of System.IO you use to do your file I/O. It appears that there are many ways to accomplish any task (reading from a text...
9
by: Ed Jay | last post by:
Someone posted the following statement in another ng: "One significant reason for disabling JavaScript when browsing the Internet is that it is a definite security hazard to the user if they...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
1
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.