Javascript /浏览器/操作系统问题??? [英] Javascript / browser / OS problem???

查看:64
本文介绍了Javascript /浏览器/操作系统问题???的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个用Java / JSP编写的Web应用程序的用户,因为页面上的某些链接没有运行,所以无法

登录该网站

运行当他们被点击时。在相同的

页面上使用Javascript的其他弹出窗口正常工作。


它似乎被隔离到特定网络中的1-2台机器。我无法验证这些机器是否有病毒/间谍软件扫描,但

我知道用户运行的是Firefox 2.1和IE 7同样的
$两个浏览器中的b $ b问题。我没有参与他们的网络设置

或PC设置。


该页面的配对版本可以正常使用。

但是完全编码的页面渲染不正确,并且看起来不是
运行任何javascript。窗口状态栏始终显示Done,

鼠标悬停在链接上,而它通常会显示即将运行的javascript

。我试图隔离代码的某些部分,

但没有成功。


HTML源代码中的< img ...标记完全丢失,并且包含它的JSP

代码没有逻辑。


JSP

< td>< img src = " /images/login/photo.gif" width =" 250"

height =" 250">< / td>

页面来源

< td>< ; / td>

我想知道这是代码问题,浏览器问题还是OS

问题。在我们软件的众多用户中,这是唯一一个遇到过这样问题的人。

I have a user of a web application written in Java/JSP that is unable
to login to the site simply because certain links on the page do not
run when they are clicked. Other popups using Javascript on the same
page work correctly.

It appears to be isolated to 1-2 machines in a particular network. I
cannot verify whether these machines have had virus/spyware scans, but
I do know the user is running Firefox 2.1 and IE 7 with the same
problem in both browsers. I am not involved with their network setup
or PC setup.

A much paired-down version of the page works properly for this user.
But the fully coded page renders incorrectly and does not appear to
run any javascript. The window status bar always displays Done, on
mouse over of the links, whereas it normally would show the javascript
about to be run. I have tried to isolate certain sections of code,
with no success.

An <img...tag in the HTML source is completely missing, and the JSP
code which contains it has no logic surrounding.

JSP
<td><img src="/images/login/photo.gif" width="250"
height="250"></td>
Page Source
<td></td>
I am wondering if this is a code issue, a browser issue, or an OS
issue. Of the many users of our software, this is the only one to
ever encounter such an issue.

推荐答案

1月30日下午3:51,Eric < eric1 ... @ gmail.comwrote:
On Jan 30, 3:51 pm, "Eric" <eric1...@gmail.comwrote:

我有一个用Java / JSP编写的Web应用程序的用户无法使用

只是因为页面上的某些链接点击时没有运行b / b $ b $才能登录该网站。在相同的

页面上使用Javascript的其他弹出窗口正常工作。


它似乎被隔离到特定网络中的1-2台机器。我无法验证这些机器是否有病毒/间谍软件扫描,但

我知道用户运行的是Firefox 2.1和IE 7同样的
$两个浏览器中的b $ b问题。我没有参与他们的网络设置

或PC设置。


该页面的配对版本可以正常使用。

但是完全编码的页面渲染不正确,并且看起来不是
运行任何javascript。窗口状态栏始终显示Done,

鼠标悬停在链接上,而它通常会显示即将运行的javascript

。我试图隔离代码的某些部分,

但没有成功。


HTML源代码中的< img ...标记完全丢失,并且包含它的JSP

代码没有逻辑。


JSP

< td>< img src = " /images/login/photo.gif" width =" 250"

height =" 250">< / td>

页面来源

< td>< ; / td>


我想知道这是代码问题,浏览器问题还是OS

问题。在我们软件的众多用户中,这是唯一一个遇到过此类问题的人。
I have a user of a web application written in Java/JSP that is unable
to login to the site simply because certain links on the page do not
run when they are clicked. Other popups using Javascript on the same
page work correctly.

It appears to be isolated to 1-2 machines in a particular network. I
cannot verify whether these machines have had virus/spyware scans, but
I do know the user is running Firefox 2.1 and IE 7 with the same
problem in both browsers. I am not involved with their network setup
or PC setup.

A much paired-down version of the page works properly for this user.
But the fully coded page renders incorrectly and does not appear to
run any javascript. The window status bar always displays Done, on
mouse over of the links, whereas it normally would show the javascript
about to be run. I have tried to isolate certain sections of code,
with no success.

An <img...tag in the HTML source is completely missing, and the JSP
code which contains it has no logic surrounding.

JSP
<td><img src="/images/login/photo.gif" width="250"
height="250"></td>
Page Source
<td></td>

I am wondering if this is a code issue, a browser issue, or an OS
issue. Of the many users of our software, this is the only one to
ever encounter such an issue.



你有其他用户使用相同的浏览器运行吗?

do you have other users with the same browsers running ok?


Eric写道:


你好Eric,
Eric wrote:

Hi Eric,

这个页面的配对版本很适合这个用户。

但完全编码的页面渲染不正确,并且似乎没有
运行任何javascript。窗口状态栏始终显示Done,

鼠标悬停在链接上,而它通常会显示即将运行的javascript

。我试图隔离代码的某些部分,

但没有成功。
A much paired-down version of the page works properly for this user.
But the fully coded page renders incorrectly and does not appear to
run any javascript. The window status bar always displays Done, on
mouse over of the links, whereas it normally would show the javascript
about to be run. I have tried to isolate certain sections of code,
with no success.



不要使用IE的控制台,要求用户打开Firefox

javascript控制台,清除它,加载页面和报告错误 - 你

将获得更详细的信息。另外,请仔细比较有缺陷的用户使用预期来源生成的来源


Instead of using IE''s console, ask your user to open the Firefox
javascript console, clear it, load the page and report the errors - you
will get some much more detailed information. Also, carefully compare
the source produced by your faulty user with the expected source.


一个< img ...标签HTML源代码完全缺失,包含它的JSP

代码没有逻辑。
An <img...tag in the HTML source is completely missing, and the JSP
code which contains it has no logic surrounding.



然后你肯定有问题,要么页面没有交付

正确(例如,服务器错误,代理错误),在显示之前在客户端上修改了

(例如,弹出窗口拦截软件,用户脚本),或者由于某些特定的客户端设置(例如,javascript已停用)而导致
失败。


你确定出了什么问题的方法是绝对正确的,所以

不要过于绝望并坚持下去,你最终会找到什么是

问题。

亲切问候,

Elegie。

Then you definitely have a problem, either the page isn''t delivered
properly (e.g, server error, proxy error), is modified on the client
prior to being displayed (e.g, popup blocker software, user scripts), or
fails due to some particular client setting (e.g, javascript deactivated).

Your approach to determining what goes wrong is absolutely correct, so
don''t get too desperate and keep on, you''ll eventually find what''s the
problem.
Kind regards,
Elegie.


1月31日上午9:00,Elegie< ele ... @ invalid.comwrote:
On Jan 31, 9:00 am, Elegie <ele...@invalid.comwrote:

Eric写道:


你好Eric,
Eric wrote:

Hi Eric,

这个页面的配对版本很适合这个用户。

但完全编码的页面渲染不正确,似乎没有
运行任何JavaScript的。窗口状态栏始终显示Done,

鼠标悬停在链接上,而它通常会显示即将运行的javascript

。我试图隔离代码的某些部分,

但没有成功。
A much paired-down version of the page works properly for this user.
But the fully coded page renders incorrectly and does not appear to
run any javascript. The window status bar always displays Done, on
mouse over of the links, whereas it normally would show the javascript
about to be run. I have tried to isolate certain sections of code,
with no success.



不要使用IE的控制台,要求用户打开Firefox

javascript控制台,清除它,加载页面和报告错误 - 你

将获得更详细的信息。另外,请仔细比较有缺陷的用户使用预期来源生成的来源



Instead of using IE''s console, ask your user to open the Firefox
javascript console, clear it, load the page and report the errors - you
will get some much more detailed information. Also, carefully compare
the source produced by your faulty user with the expected source.


一个< img ...标签HTML源代码完全缺失,包含它的JSP

代码没有逻辑。
An <img...tag in the HTML source is completely missing, and the JSP
code which contains it has no logic surrounding.



然后你肯定有问题,要么页面没有交付

正确(例如,服务器错误,代理错误),在显示之前在客户端上修改了

(例如,弹出窗口拦截软件,用户脚本),或者由于某些特定的客户端设置(例如,javascript已停用)而导致
失败。


你确定出了什么问题的方法是绝对正确的,所以

不要过于绝望并坚持下去,你最终会找到什么是

问题。


亲切的问候,

Elegie。


Then you definitely have a problem, either the page isn''t delivered
properly (e.g, server error, proxy error), is modified on the client
prior to being displayed (e.g, popup blocker software, user scripts), or
fails due to some particular client setting (e.g, javascript deactivated).

Your approach to determining what goes wrong is absolutely correct, so
don''t get too desperate and keep on, you''ll eventually find what''s the
problem.

Kind regards,
Elegie.



感谢您的回复。我怀疑这个用户有赛门铁克防火墙或

互联网安全运行,因为我看到一些javascript函数

(Sym *)在源代码中不是我的,以及其他东西

重新格式化和/或缺失。

Thanks for the reply. I suspect this user has Symantec firewall or
internet security running, as I am seeing some javascript functions
(Sym*) in the source that is not mine, and other things are
reformatted and/or missing.


这篇关于Javascript /浏览器/操作系统问题???的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆