Hi,
I have created one sample project, In that ,i have to know the value of the variable, so i alert that variable in javascript .
Sample are,
1) alert("Hello");
2 var value="Hello";
alert("value:"+value);
these are not working in web apps .what is the problem of ovi browser.?

Reply With Quote

