Closed
Bug 283449
Opened 20 years ago
Closed 16 years ago
lux-nijmegen.nl - this site does not show a requested frame
Categories
(Tech Evangelism Graveyard :: Dutch, defect, P4)
Tech Evangelism Graveyard
Dutch
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: laan37, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
when you click "agenda-> the date you want" this site shows al list of movies to
the right of the agenda in IE and konqueror. Firefox does not do this under both
WINXP and linux.
Reproducible: Always
Steps to Reproduce:
1.click agenda
2.click a date
3.nothing happens
Actual Results:
nothing i was expecting
Expected Results:
show a list of movies to the right of the agenda
Comment 1•20 years ago
|
||
Your site has numerous markup errors and the table you refer to is
generated by Javascript. Certainly there might be a bug here, but it
would be helpful to have a smaller testcase.
http://www.lux-nijmegen.nl/daglagen.js has
function MM_findObj(n, d) { //v3.0
var p,j,x;
if(!d) d=document;
if((p=n.indexOf("?")) > 0 && parent.frames.length)
{
d=parent.frames[n.substring(p+1)].document;
n=n.substring(0,p);
}
if(!(x=d[n]) && d.all)
x=d.all[n];
for (j=0; !x && j < d.forms.length; j++)
x=d.forms[j][n];
for(j=0; !x && d.layers && j < d.layers.length; j++)
x=MM_findObj(n,d.layers[j].document);
return x;
}
confirming and moving to Tech Evang Dutch. Setting P=P4 and platform & OS to
ALL. Adding URL to Summary.
Note to webmaster: Use of the non-standard MS document.all. Use the World Wide
Web approved document.GetElementById instead. This will make the page work in
all modern browsers.
I tried to give feedback via their web site form but that gave me an
Forbidden
You don't have permission to access /cgi-bin/mailform on this server.
Assignee: firefox → dutch
Status: UNCONFIRMED → NEW
Component: Menus → Dutch
Ever confirmed: true
Priority: -- → P4
Product: Firefox → Tech Evangelism
QA Contact: bugzilla → dutch
Hardware: PC → All
Summary: this site does not show a requested frame → lux-nijmegen.nl - this site does not show a requested frame
Comment 3•16 years ago
|
||
The js file is gone and page looks ok
Status: NEW → RESOLVED
Closed: 16 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
•