Closed
Bug 320545
Opened 20 years ago
Closed 20 years ago
Java Script does not work
Categories
(Toolkit Graveyard :: Error Console, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: navin, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
I have set Identifier for each TD in my page and using javascripting, I set bacground image for particular TD. It is working fine in Inter
Reproducible: Always
Steps to Reproduce:
1.Just open URL given above and see JavaScript Console
2.
3.
Expected Results:
If it works, different background Image will be there
| Reporter | ||
Updated•20 years ago
|
Alias: Royal_Navin
Updated•20 years ago
|
Alias: Royal_Navin
Comment 1•20 years ago
|
||
window.TitT**.background
should be
document.TitT**.background
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•20 years ago
|
||
I have made changes as document.TitT**.background="a.gif" instead of window.TitT**.background="a.gif", but it raise error document.TitT** has no property. So I want to know what is the property for setting of backgroung image for TD.
Navin
Comment 3•20 years ago
|
||
*** Bug 321095 has been marked as a duplicate of this bug. ***
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
| Assignee | ||
Updated•9 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•