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