Hi,
I need to capture a url the user is browsing in his mobile and send the url to server.The server keeps track of all the urls browsed by the user, how do i go about this... in j2me?
Hi,
I need to capture a url the user is browsing in his mobile and send the url to server.The server keeps track of all the urls browsed by the user, how do i go about this... in j2me?
afaik there is no direct link between the built-in browser and a possible midlet...
u can fire the browser up by doing a platformrequest but I guess thats kinda where it all stops...
i'm no expert so please correct me if i'm wrong...
also i'm wondering if there aren't some privacy issues about such a functionality, sounds something like a keylogger of some sort...