I have a s60v3 phone, and I want my device to open Its browser. therefore I tried to use the getURL() method, but for some reason, the following code didn't work:
can someone say what is wrong with this code?Code:on (keyPress "0") { mURL = "http://google.com"; getURL(mURL); }
Is there other ways to open to device's browser?
thanks,
itay99988



