Thanks for advise. Actually I want to detect the mobile phone browser whether the browser support color image display (then I will use xHTML) or else I will need to use plain WML. I know there are solutions provided in ASP, PHP or PERL scripts by using the HTTP ACCEPT header to return the supported mime type. But for Witango, I don't see the <@CGIPARAM> support that, it only have USER_AGENT parameter which is not enough information to tell me. Is there a way to solve this by using Witango or I have to use others?
Thanks. Regards, Tan ----- Original Message ----- From: "Ford Pedersen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 04, 2003 4:01 AM Subject: Re: Witango-Talk: Browser detection > >Hi, > >I would like to detect the mime type support from the user browser so that I > >can return the correct file format for the user. But when I checked with the > ><@CGIPARAM> metatag, it did not provides the attribute that I required. Is > >there have any other solution for this? > > How to approach this depends on what you are looking for: > > 1. An application type > 2. A plug-in (Acrobat, Flash, QuickTime, ActiveX, etc.) > > Each, even within the plug-ins, require different solutions. For > example, JavaScript has the ability to check some of the plug-ins. > But another problem is that JavaScript does not perform exactly the > same in all browsers. Certain plug-ins are not even addressable via > JavaScript, and require another language, or even a "kludge" to > detect. > > If you could be more specific with your needs, environment, etc. it > would help finding a solution faster. > > HTH, > Ford > ________________________________________________________________________ > TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
