<< Click to display Table of Contents >> Navigation: Channels > Dynamic Channels > Web Applications / Cloud |
As web applications and cloud computing play an increasingly important role, Cordaware bestinformed can check the URL and title of a browser and Windows Explorer using dynamic channels and dynamic infoclientvalues. The function for this is diTitleExists. This is very useful, for example, if an application accessed via the browser temporarily fails.
Following Parameters can be used:
_title |
Checks for certain window titles. |
_url |
Checks for certain URLs. |
not_title |
Checks, if a certain title is not present. |
not_url |
Checks, if a certain URL is not present. |
_sep_ |
A separator to combine multiple parameters. |
The syntax for the Value of the query is as follows:
DICV('diTitleExists','_url=*mywebsite*_sep__title=*myTitle*')
Examples:
DICV('diTitleExists','_url=*bestinformed.org*_sep__title=*cordaware*') -> Checks if the page bestinformed.org is open and contains Cordaware in the title
DICV('diTitleExists','_url=*bestinformed.org*_sep_not_title=*cordaware*') -> If a connection to the page is not possible.