Feedback on: irt.org FAQ Knowledge Base Q1420
Comments:
The script does not work in Netscape. The functions Show(object) and Hide(object) require
the <layers> tag, which is not available. Instead there is <span>
tag.
A second point is that I think that if you replace <span> by <layer> then the positioning has to be given by an #id definition
inside of the <style> instead of a .myStyle class definition as
presented for <span>
In Netscape6 the script works.
Thank you.
Worth:
Very worth reading
Comments:
I disagree with Jose.
the script worked fine with NetscapeŽ Navigator 4.08
However, if I changed the name of the class from myStyle to my_Style
then it doesn't work
the page starts with the span visible
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
Exactly what I needed!
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
Thanks for the article! Unfortunately it doesn't seem to be answering my question.
When I include the statement:
if (document.getElementById(object)!=null)
in my code, if the element doesn't exist, I get an error message. I'd like to be able to test for existence, not just nullness -- since they seem to be distinct. Is this possible?
Thanks!
Mark
Worth:
Very worth reading
Comments:
I am sorry to say, guys, that this script doesn not work in Netscape 7 browser - works fine in IE5
Can anyone please assist?
My regards,
JoeS