how to detect Compatible CLDC version of Phones?

115 Views Asked by At

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

There are 1 best solutions below

0
On BEST ANSWER

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...).