![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The application we have developed uses JavaScript extensively. One of the users of the application is facing a problem. Instead of being hidden, the javascript code in the HTML is displayed or should I say, printed, on the browser. On viewing the rendered source, I'm seeing that all the "script" tags are rendered as "scrip!", "onLoad" as "onLoa!" in the HTML. Now I tried disabling Javascript on my browser but this did not happen with me. As far as I know, the user does not have any toolbars installed in her browser. Can anyone tell me how to go about solving this problem? |
#3
| |||
| |||
|
|
Hi, The application we have developed uses JavaScript extensively. One of the users of the application is facing a problem. Instead of being hidden, the javascript code in the HTML is displayed or should I say, printed, on the browser. On viewing the rendered source, I'm seeing that all the "script" tags are rendered as "scrip!", "onLoad" as "onLoa!" in the HTML. Now I tried disabling Javascript on my browser but this did not happen with me. As far as I know, the user does not have any toolbars installed in her browser. Can anyone tell me how to go about solving this problem? |
#4
| |||
| |||
|
|
Hi, The application we have developed uses JavaScript extensively. One of the users of the application is facing a problem. Instead of being hidden, the javascript code in the HTML is displayed or should I say, printed, on the browser. On viewing the rendered source, I'm seeing that all the "script" tags are rendered as "scrip!", "onLoad" as "onLoa!" in the HTML. Now I tried disabling Javascript on my browser but this did not happen with me. As far as I know, the user does not have any toolbars installed in her browser. Can anyone tell me how to go about solving this problem? |
#5
| |||
| |||
|
|
On Dec 11, 9:18 pm, vinod <vinod.... (AT) gmail (DOT) com> wrote: Hi, The application we have developed uses JavaScript extensively. One of the users of the application is facing a problem. Instead of being hidden, the javascript code in the HTML is displayed or should I say, printed, on the browser. On viewing the rendered source, I'm seeing that all the "script" tags are rendered as "scrip!", "onLoad" as "onLoa!" in the HTML. Now I tried disabling Javascript on my browser but this did not happen with me. As far as I know, the user does not have any toolbars installed in her browser. Can anyone tell me how to go about solving this problem? As already pointed out, nothing really you can do client-side. The problematic user connected to the network/Internet via proxy server with Squid filter installed (script.so). If it's all the same intranet then demand to kill Squid for local addresses. If it is a security demand of your organization them I'm afraid that you vasted your development efforts for nothing: start over with full server-side solution. |
#6
| ||||||||
| ||||||||
|
|
Ok, here's some more information: 1. User is an end user and belongs to another organisation. |
|
2. The user does not always have this problem but it happens quite often and on different pages on the website. |
|
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. |
|
@ VK |
|
1. What is a Squid filter (script.so)? I can try and check with IT department of the other organization. |
|
2. Is this a proxy server issue |
|
or could this be a virus/trojan on this users machine. |
|
Are there any known viruses/trojans that changs script to scrip! and onLoad to onLoa! or something similar. |
#7
| |||
| |||
|
|
1. What is a Squid filter (script.so)? I can try and check with IT department of the other organization. |
|
2. Is this a proxy server issue or could this be a virus/trojan on this users machine. |
![]() |
| Thread Tools | |
| Display Modes | |
| |