Open an URL

I was searching the forum but didnt found something helpful, so sorry.
I am trying to use this command:

system.openURL("www.xxxxxx.de")

to open an internet site inside an app. In the simulator its not supported but also on the device
nothing happens with this command. Is there something I am missing or whats
wrong with my code…

Michael [import]uid: 12632 topic_id: 7549 reply_id: 307549[/import]

Solved the problem myself, dont forget to use as the URL :

system.openURL ( “http://www.XXXXXX.de” )

Its not enough to use only www.

Michael [import]uid: 12632 topic_id: 7549 reply_id: 26874[/import]