![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
(Sorry if this is a repost...my newsreader keeps crashing on the posting--I don't know if the message going out or not) For some reason this javascript just won't work in Firefox. It works fine in IE, though. |
#2
| |||
| |||
|
|
In article <37a6c958.0412022246.5a283ac1 (AT) posting (DOT) google.com>, news (AT) celticbear (DOT) com says... (Sorry if this is a repost...my newsreader keeps crashing on the posting--I don't know if the message going out or not) For some reason this javascript just won't work in Firefox. It works fine in IE, though. It's probably because Firefox can't find an object called "subtbl_desc". Look in Firefox's JavaScript Console (Tools menu), then look up getElementById(). |
#3
| |||
| |||
|
|
Hywel Jenkins <hyweljenkins (AT) hotmail (DOT) com> wrote In article <37a6c958.0412022246.5a283ac1 (AT) posting (DOT) google.com>, news (AT) celticbear (DOT) com says... (Sorry if this is a repost...my newsreader keeps crashing on the posting--I don't know if the message going out or not) For some reason this javascript just won't work in Firefox. It works fine in IE, though. It's probably because Firefox can't find an object called "subtbl_desc". Look in Firefox's JavaScript Console (Tools menu), then look up getElementById(). Thanks! That was absolutely it. (Wait, I see now another problem. See end.) I changed it to this (for the benefit of any other clueless fellow like myself) and it works fine: |
|
I used the Firefox JavaScript console, and while the script now works fine, I'm STILL getting a huge list of: Error: subtbl_desc is not defined Source File: http://gto.ie-studios.net/item.php?itemid=1 Line: 54 |
#4
| |||
| |||
|
|
"LRW" <news (AT) celticbear (DOT) com> wrote in message I used the Firefox JavaScript console, and while the script now works fine, I'm STILL getting a huge list of: Error: subtbl_desc is not defined Source File: http://gto.ie-studios.net/item.php?itemid=1 Line: 54 Are these *new* error messages or are they the old ones still in the javascript console logs? I tried your page in Firefox1.0, Opera7.54, IE6 and Mozilla1.7.3 No javascript errors showing here. Have you already fixed the problem? My OS is WindowsXPpro(sp1), in case that makes a difference. |
#5
| |||
| |||
|
|
if (WX=="d") { document.getElementById("subtbl_desc").style.displ ay = "block"; } else { document.getElementById("subtbl_desc").style.displ ay = "none"; } |
![]() |
| Thread Tools | |
| Display Modes | |
| |