Posted By:
Nitesh_Naveen
Posted On:
Wednesday, November 13, 2002 08:03 AM
Sorry... I did notice that it supports a property called document for all HTML elements. So probably you could try something like
document.getElementById("elementId").document.write("your text goes here..."); I'm not sure if this'll work... couldn't test it coz I don't have opera browser. Probably you could try it out and tell me...