tags:

views:

19

answers:

1

hi, i am currently working on mobile base xhtml site. in this site i have to do download page. for this i need to detect Compatible CLDC version of Phone. please help me.

thanks

+1  A: 

Server side, you read the HTTP "User-Agent" header that should be attached to any HTTP request.

Match it against WFURL to figure out what you need to do to support the device (i.e. adapt your generated CSS code to the handset screen size...).

QuickRecipesOnSymbianOS
thanks you verymuch
Kombuwa