Dear All,
I have developed a WAP site as i want to get the screen resolution of Nokia C1-01 and C2-01, i am using java script and PHP for the same.
My code is here :
<script language="javascript">
width = screen.width;
height = screen.height;
document.write(
"Screen width = "+width+"<br>"
+"Screen height = "+height
)
</script>
This script is working on nokia other devices like E71, Express Music and other brands mobiles as well but not working on Nokia C1-01 and C2-01.
Is there any alternate to solve this problem?
Thanks in advance.

Reply With Quote




