Hmmm... Thank you. I think.
Now the sequence which runs then OpenBrowser() command is triggered without an error (I included a sound to be played whin it does) - but it does not produce any result.

No webpage is loaded. Not on the system browser. Not in a window. Yes I have Sync():ed.
My next try...
I then tried to use the following code :
id = CreateHTTPConnection()
result = setHTTPHost(id,"www.digital-skills.co.uk",0)
r$ = SendHTTPRequest (id,"index.html")
Print(r$)
CloseHTTPConnection(id)
The regular outcome is the print out of a HTML source of a webpage, it too works fine on the PC but on the HTC Desire HD it produces no result. Nothing.
Grah!!
All I want to do is to display a webpage, when the user hits a sprite on the screen. And I can't get the webpage to load from the phone. The options are very limited indeed.
Is the solution to make a "proper compiled apk" ? I have not got acquainted with the process of compiling an android app yet.
PleasePleaseHelp!
Swedish guy returning to coding after loooong break, still finds it exhilarating. great tool this DBpro!