Pages: 12
You are viewing a post by myparis. View all 39 posts in Just sharing this function i made, this simple function will allow you to use: :arrow: [b]getElementById[/b] :arrow: [b]getElementsByTagName[/b] :arrow: [b]getElementsByClassName[/b] in just one simp.

ok base in my observation the javascript code
[quote].setAttribute('style','display:none');[/quote]
which i use for the getCommentData() to hide the names is not working in IE, so to fix that merge this css in ur css file
[quote]/*Hide Names*/
.publiccomments div div .dtd .title{
display:none;
}[/quote]
Tell me if it will work now...
Tnx again kuya! 
Last edited by myparis (2008-03-24 11:06:25)