473,748 Members | 4,030 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2441
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************ ***********@new s.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****@beaumon t.edu> wrote in message
news:1b******** *************** ***@posting.goo gle.com...
| 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><opti on 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
8372
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, no if is disabled. Thanks Diego
0
1104
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 However I'm binding such a control (dtsFixedDate) to a class property Fixeddat The binding is performed as follow Public Sub BindDateTimeSlickerField(ByVal strBoundfield As String, ByRef MyBoundSource As Object, ByVal strBoundTo As String, ByRef...
0
1474
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 current settings on the browser. Would I have to do it the hard way? (Attach cookiey and detect on another page?)
0
1049
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, there is a user control with a textbox and submit button. After entering text and clicking the button, a custom event is fired that causes the textbox data to be used in an SQL query in the 2nd control in panel2. Panel2 then shows the results...
7
2673
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 guess I could use 'noscript' to provide a link which opens an external window to display the second image' - any other possibilty?
1
1258
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 Control. When I am in EDIT mode I can Right-Click on the Picture Control and the ShortcutMenu becomes available with the InsertObject option, and it works great. If I press the New button to create a new record, I have the same ShortcutMenu...
5
2101
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 like to do is the following: If JavaScript is disabled (or non existant on some browsers), to NOT display the HTML form with select-option element.
1
1358
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 situations. It doesn't even display several buttons , so maybe it's because of some Javascript error which is getting suppressed.
4
1770
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 serverside lang. any how i want to keep non-javasctipt users out
0
8991
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8831
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9548
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9374
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9325
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9249
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6076
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4607
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3315
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.