vinod wrote:
Quote:
Ok, here's some more information: 1. User is an end user and belongs to
another organisation.
|
That would support the "intermittent proxy" theory.
Quote:
2. The user does not always have this problem but it happens quite often
and on different pages on the website.
|
Further research by you is clearly indicated.
Quote:
3. The user apparently does not have a problem with any other website.
The user visits google and yahoo websites frequently and does not have
this problem with those sites. The user has not mentioned about any other
websites the user visits.
|
The filter can be customized or adaptive.
Sorry, I reply.
Quote:
1. What is a Squid filter (script.so)? I can try and check with IT
department of the other organization.
|
Squid is an HTTP proxy. Proxies can not only cache requested data, they
can also modify the HTTP response received by the client. I would assume
that script.so is the filename of a program (in the widest possible sense)
for the proxy that can modify code related to client-side scripting so that
it is not executed. If that would be the case, this particular script
should be updated or disabled because it should not cause the served markup
to break as described.
Incidentally, proxy servers are one reason why client-side scripts should be
employed in a way that the Web site degrades gracefully. And as I have
pointed out in another thread, the user may not have the choice (not to use
the organization's proxy) and may not need to do anything to their UA for
the client-side script not to function.
Quote:
|
2. Is this a proxy server issue
|
Probably it is.
Quote:
|
or could this be a virus/trojan on this users machine.
|
Anything is possible, although a computer virus or Trojan *Horse* is
unlikely. Malware such as this does not tend to disable technology that
could be used for its propagation or eavesdropping, given the required
security leaks.
Quote:
Are there any known viruses/trojans that changs script to scrip! and
onLoad to onLoa! or something similar.
|
I don't know any.
You should check with a network/security newsgroup about that. The impact
of proxies on design decisions regarding Web sites that use client-side
scripting aside, this is quite off-topic here.
PointedEars