A web browser screen pop can either be configured in Interaction Administrator in the Actions container and then used in an Interaction Attendant Screen Pop node...
... or, if the base screen pop options don't allow for the complexity of the URL string that is required, assign the following two attributes to the call:
- Eic_ScreenPopName = "URL"
- Eic_ScreenPopData = "POPTYPE=NEW|URL=http://www.example.com"
The first should literally have the value "URL" - the second should be written exactly as shown, but with the full URL that should be popped.