Hi guys,
I got a little problem over here
I use this code to change the htm-file dynamically onLoad:
Code:
if (navigator.appName=="Microsoft Internet Explorer") {
hidehint='document.all.erase.innerHTML=\' \''
eval(hidehint)
}
As you already are able to see it dies work with the IE and IE compatible browsers, but not with Netscape.
Someone I asked mentioned something like this:
Code:
document.layer.ID.innerHTML
ERASE is the ID of the div-tag. The stuff between the div-tags is upposed to be deleted.
Can someone post the code which makes it working with Netscape?
Thanks alot guys.
c2k
|