Hello,
This seems to be the place to find some help
i have been using a script i found to hopefully allow myself to open some URLS from my own pys60 application. I thought my code was correct but its not. I connect ok to the network etc but it wont actually open the URL i give it. How cna i open a page that is supplied by me?? Hope to hear some neat responses!!
Ken
Here is the little snippet im using
Code:def display_in_browser(url): """ Launches the browser with the given url """ import e32 import sysinfo internal_url = '4 '+ url + ' 1' b = 'BrowserNG.exe' e32.start_exe(b, ' "%s"' %internal_url, 4) display_in_browser("http:\\www.rte.ie")


Reply With Quote




