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)
Tech Evangelism Graveyard
Italian
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.
Comment 1•20 years ago
|
||
<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.
->TEAssignee: 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?)
Comment 2•19 years ago
|
||
The site has changed and has resolved the problem. Please mark it as FIXED.
Comment 3•19 years ago
|
||
The site has changed and has resolved the problem. Please mark it as FIXED. (reposted for a cc add done later)
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•