473,395 Members | 1,466 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

JavaScript becomes disabled - HELP!!

I am experiencing a strange problem with one of my intranet systems
and I was wondering if anyone had any suggestions as to what the
problem might be.

There are several hundred people that use the system. They use IE 6
to communicate with a database and print reports. Everything was
working fine up until about 2 or 3 weeks ago. Now when anyone uses
the system for a while, JavaScript apparently becomes disabled on the
PC they are using. JavaScript code apparently does nothing in either
my system or any outside websites. The browser behaves exactly the
same as if Active Scripting was disabled in the IE security settings.

When the PC is rebooted, JavaScript works fine for awhile and then
experiences the error again. I have been unable to duplicate the
error by going through all the functions of my web app so I am not
sure what exactly is causing the problem.

Does anyone have a clue as to what might be going on here? As an
added detail - we are undergoing a large PC replacement project in our
hospital. This JavaScript problem did not happen until after the PCs
had been replaced. The PCs had been in place for some time before I
heard of any problems so it is hard to determine if this coincides.
System Details
--------------

Browser: Internet Explorer 6.0
Web pages are a mix of JavaScript, ASP, HTML, DHTML and VBScript
Database: Oracle
Reporting: Crystal Reports Web Reporting Engine 6.0
I greatly appreciate any help/suggestions/wild ideas that anyone can
offer.
Jul 20 '05 #1
5 2422
In article <1b**************************@posting.google.com >,
bd****@beaumont.edu enlightened us with...
This JavaScript problem did not happen until after the PCs
had been replaced. The PCs had been in place for some time before I
heard of any problems so it is hard to determine if this coincides.

Probably.

System Details
--------------

Browser: Internet Explorer 6.0
What SP for Windows? What version?
IE6 works horribly (or actually, doesn't work hardly at all and it very
buggy) with Win95.
IE6 was a shoddy browser until newer versions 6.0.28 and above.
Do all computers have the latest IE and Win SPs?

I greatly appreciate any help/suggestions/wild ideas that anyone can
offer.


Have the computers been auto-updated lately?

Could there be a new system policy running in the background that resets
permissions?

Have the computers had a virus check lately?
-------------------------------------------------
~kaeli~
Press any key to continue or any other key to quit.
Who is General Failure and why is he reading
my hard disk?
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace
-------------------------------------------------
Jul 20 '05 #2
Thanks for responding kaeli.

What SP for Windows? What version?
IE6 works horribly (or actually, doesn't work hardly at >all and it verybuggy) with Win95.
IE6 was a shoddy browser until newer versions 6.0.28 and >above.
Do all computers have the latest IE and Win SPs?
All the PCs have IE 6.0.28 or above. They are running Win2000 with SP2.
I'm not sure on IE service packs I'll have to stop by the building and
take a look.

Have the computers been auto-updated lately?
Could there be a new system policy running in the >background that resetspermissions?
This is a possibility. I'm going to check with the folks who handle
that. What sort of permissions are you talking about - IE security
permissions?

Have the computers had a virus check lately?

We use ePolicy Orchestrator which ensures the latest version of McAfee
and latest DAT files are always loaded on each machine. Virus scans are
run daily. A couple of weeks ago the Stinger virus scan software was
installed on every Win2000 PC in the corporation. I'm not positive but
I think this problem occured before Stinger was installed.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 20 '05 #3
In article <3f***********************@news.frii.net>,
bd****@beaumont.edu enlightened us with...

All the PCs have IE 6.0.28 or above. They are running Win2000 with SP2.
I'm not sure on IE service packs I'll have to stop by the building and
take a look.

Update the SPs on those to SP4 if possible.

This is a possibility. I'm going to check with the folks who handle
that. What sort of permissions are you talking about - IE security
permissions?

Script permissions. Since malicious scripts cause so many problems, some
places forbid them to run in normal sites and only allow it in trusted
sites.
Put your site explicitly in the Trusted Sites section of IE security
Zone settings. See if that helps. Don't forget to set the Trusted Sites
settings to run script and such.
Have the computers had a virus check lately?

We use ePolicy Orchestrator which ensures the latest version of McAfee
and latest DAT files are always loaded on each machine. Virus scans are
run daily. A couple of weeks ago the Stinger virus scan software was
installed on every Win2000 PC in the corporation. I'm not positive but
I think this problem occured before Stinger was installed.


Having more than one virus scanner is a frequent cause of odd errors. So
is having a specific firewall with a specific virus scanner. I don't
remember the exact combinations, but if there is a software firewall
running such as Zone Alarm, check to be sure it plays nice with your
virus checkers.
-------------------------------------------------
~kaeli~
Press any key to continue or any other key to quit.
Who is General Failure and why is he reading
my hard disk?
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace
-------------------------------------------------
Jul 20 '05 #4
You are running VB on the client side with RDS right? If so, rewrite your
pages to eliminate this (use VBS/ASP on the back-end for dynamic pages.)

"BDurst" <bd****@beaumont.edu> wrote in message
news:1b**************************@posting.google.c om...
| I am experiencing a strange problem with one of my intranet systems
| and I was wondering if anyone had any suggestions as to what the
| problem might be.
|
| There are several hundred people that use the system. They use IE 6
| to communicate with a database and print reports. Everything was
| working fine up until about 2 or 3 weeks ago. Now when anyone uses
| the system for a while, JavaScript apparently becomes disabled on the
| PC they are using. JavaScript code apparently does nothing in either
| my system or any outside websites. The browser behaves exactly the
| same as if Active Scripting was disabled in the IE security settings.
|
| When the PC is rebooted, JavaScript works fine for awhile and then
| experiences the error again. I have been unable to duplicate the
| error by going through all the functions of my web app so I am not
| sure what exactly is causing the problem.
|
| Does anyone have a clue as to what might be going on here? As an
| added detail - we are undergoing a large PC replacement project in our
| hospital. This JavaScript problem did not happen until after the PCs
| had been replaced. The PCs had been in place for some time before I
| heard of any problems so it is hard to determine if this coincides.
|
|
| System Details
| --------------
|
| Browser: Internet Explorer 6.0
| Web pages are a mix of JavaScript, ASP, HTML, DHTML and VBScript
| Database: Oracle
| Reporting: Crystal Reports Web Reporting Engine 6.0
|
|
| I greatly appreciate any help/suggestions/wild ideas that anyone can
| offer.
Jul 20 '05 #5
>You are running VB on the client side with RDS right? If so, rewrite
your pages to eliminate this (use VBS/ASP on the back-end for dynamic
pages.)

To clarify: there is no client VB script on this site. Javascript is
used to change the options in drop down boxes on some pages and also for
form validation. Here's a simplified version of some of the javascript
code:

if (Unit == "3E" || Unit == "CCU")
{
//replace the HTML that generates the select box
document.form1.shift.outerHTML = "<SELECT id=shift name=shift>
<option><option value=1>Days (12 Hour)<option value=2>Nights (12
Hour)</option></SELECT>"
}

This is part of a function called from the onClick event from another
form field. I did not think to change the code from JavaScript to
VBScript. But I do not know if this will fix the problem. Also, if
possible I would really like to know what it is that is causing the
problem rather than using a workaround.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 20 '05 #6

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

Similar topics

7
by: Diego | last post by:
Hi My question is if exists any way to check if javascript is disabled on the client browser, I have tried with browser.javascript but this only return to me if the browser has the capability,...
0
by: David Batt | last post by:
Hello, I'm using a custom control called datetimeslicker which inherits from the datetimepicker contro and it allows you to bind null values to datetimepickers, the code for this is attached ...
0
by: dotnettester | last post by:
Hi, I want to detect if the clients browser has cookies/javascript disabled. I know the class 'HttpBrowserCapabilities' but it gives information about the capabilities of client browser not the...
0
by: campwes | last post by:
I am trying to simulate multiple web pages by putting the content within panel controls, and then changing the visibility as needed: panel1.Visible = False panel2.Visible = True In panel1,...
7
by: Helmut Giese | last post by:
Hello out there, I know that I can replace an image with another using e.g. onMouseOver="swapIn(...)" and onMouseOut="swapOut(...)" Is there anything I can do if Javascript is disabled? - I...
1
by: ApexData | last post by:
In Startup I have all Menus Off. I created a ShortcutMenu which has the "InsertObject" option as its only selection. I open a form that has New/Edit/Del buttons. This form has a linked OLE Picture...
5
by: patricksabourin | last post by:
On my site, I have 2 methods of displaying my data: 1) HTML form with select-option element. (Jump to different page when clicking "Go" button" 2) HTML table with a hyperlink. What I would...
1
by: Oleg Konovalov | last post by:
Hi, I am using IE6.0.2900.2180.xpsp_sp2_grd.050301-1519 with all latest XP Pro patches and for some reason it doesn't display JavaScript errors which other users can see in exactly same...
4
chathura86
by: chathura86 | last post by:
hi Is there a way to block users from accessing my site if the javascript is disabled (or not supported) in the browser it is ok to block them from server if necessary. i'm using PHP as the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.