Hi all...

My coding is in below working good in IE. But not in Firefox, I don't know what i am doing wrong?

Can any one help me...?


document.getElementById("nodeValue").innerHTML=afor();

here the afor() function will return a string.


Thanx advance....

Recommended Answers

All 3 Replies

You need to post the entire code for us to test it out.

innerHTML is IE-proprietary. It is NOT in the W3C DOM.

Some versions of FF can use it, others can't.

'innerHTML' introduced by IE, is now supported by Firefox, Opera, iCab and Safari.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.