Friday, March 7, 2008

Search Google dynamically within your situation

Take the Expert Advice URL link capability one step further. You can have it dynamically search the internet for any of your situation event attribute values and populate the results for the Operator.

Here's one that searches Google using the name of your situation as an example (just enter the HTML code right into Expert Advice tab in situation editor):

<font color=Blue>
name=$EVENT:ATTRIBUTE.ISITSTSH.SITNAME$;
"To learn more, click here: <a href=http://www.google.com/search?hl=en&q="+name+"> Google search "
</font>

No comments: