I have a webpage that collects environment variables for the phones that visit... This page then displays a dynamic URL depending on the phone type.
I need to analyze the phones HS (Heap Memory Size) before creating the link.
I am using environment variables HTTP_ACCEPT (to determine which video type to include) and HTTP_USER_AGENT to collect phone info.
Basically, I need to know if it is possible to get the phones HS size dynamicly by using an environment variable or similar???
Anybody know?
Thanks.

Reply With Quote

