Closed Bug 266765 Opened 20 years ago Closed 19 years ago

libero.it - JS script not sent to FF (server side sniff?)

Categories

(Tech Evangelism Graveyard :: Italian, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: stezab, Unassigned)

References

()

Details

(Keywords: top500)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1

IE Source code of the page is different from Firefox code. The javascript
function function ClickDownload(w,file) seems not to be present in Firefox code.
Firefox Java Console reports:

Error: ClickDownload is not defined
Source File: javascript:ClickDownload(this,'/155/moduli/MODULO1464.PDF');
Line: 1


Reproducible: Always
Steps to Reproduce:
1. Default configuration of Firefox
2. Clicking on "Scarica modulo" doesn't open the pdf file
3.

Actual Results:  
Clicking on "Scarica modulo" there is no result.

Expected Results:  
I expect a new window to open in which I can see the pdf file.

There is no special configuration setting in my Firefox. There is no theme
installed.
<SCRIPT language="javascript">
				function ClickDownload(w,file){
					click = new Image(0,0);
					click.src =
"w155.LogDispo?subdomain=SELF_SERVICE_CLIENTI&procedura=MODULI&messaggio=Download
- Per La Casa&rnd="+Math.random();
					window.open(file);
					void(0);
				}
				</SCRIPT>

Yes, this is in the IE source, but is not sent to Mozilla.  So that's not a
browser bug.

->TE
Assignee: aaronleventhal → italian
Status: UNCONFIRMED → NEW
Component: Accessibility → Italian
Ever confirmed: true
OS: Windows XP → All
Product: Firefox → Tech Evangelism
QA Contact: bugzilla → italian
Hardware: PC → All
Summary: It is impossible to download the pdf file clicking on "Scarica modulo". → libero.it - JS script not sent to FF (server side sniff?)
Keywords: top500
The site has changed and has resolved the problem.
Please mark it as FIXED.
The site has changed and has resolved the problem.
Please mark it as FIXED.
(reposted for a cc add done later)
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.