Hi,
I try to control font size from setting menu. When following code works with aptana emulator, it is not working with N97.
var Element=document.getElementById("MainBody");
Element.setAttribute("id", "F18");
I have following body statement in the html
<body id="MainBody" onload="init()">
F18 is id seting in the CSS file.
Any idea why it is working in emulator, when it is not working on the actual device?
Best Regards

Reply With Quote


