Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

innerHTML for Netscape?

Status
Not open for further replies.

MatthewP

Programmer
Jan 16, 2001
176
GB
Hi -

I'm trying to find out how to change a text string in a <div> in Netscape 4.

For IE I have : document.all.myDiv.innerHTML=&quot;here is my text string.&quot;

I am sure there is a way to do the same in Netscape 4, but I can't seem to find it anywhere.

Thanks,
Matt.
 
nope... no innerHTML for NS4... you can docum,ent.write to a div in NS4.. but, my opinion is to not support NS4.x at all... make user upgrade to standards compliant browsers. adam@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top