Wednesday, May 16, 2012

Using AJAX or the IE Plugin?

A very quick tip this week…

If you would like your users to identify whether or not they are using the IE Plugin or AJAX, create a simple text box and put in the following expression:

     = IF(ClientPlatform()='','Plugin',ClientPlatform())

It will return either the browser name or ‘Plugin’.

No comments:

Post a Comment