Hi!
I have been using javascript in HTML Page to write some text in a div, by using document.write( ""); which work perfectly in IE Browser, but not in mozilla.
Can you please tell me what code should i use so that work in all the Browser.
I have been using javascript in HTML Page to write some text in a div, by using document.write( ""); which work perfectly in IE Browser, but not in mozilla.
Can you please tell me what code should i use so that work in all the Browser.
Comment