|
CallSite Applets |
|||||||||||||||||
|
Section: IV.D CallSite Applet ParametersTo configure the look & feel as well as behavior of your CallSite call Buttons and the subsequent window that pops up after the visitor to your web site clicks on a CallSite call button, you have to modify the applet parameters that go into your Web pages as HTML code. Here are described all these parameters with sample values. 1- Miscellaneous parameters The following parameters are used to set the behavior of CallSite call button's inside Web pages: name="port"
value="6680" name="httpPort" value="80" The HTTP port used by the CallSite server. The default value is 80 name="host" value="www.mydomain.com" The name of the host machine where the CallSite software is installed. name="autoPage"
value="true" name="webmaster" value="webmaster@netdive.com" name="callButtonImage"
value="/callsite/appletPict/callButton.gif" name="buttonLabel"
value="Click to call" name="autoCloseChatWindow"
value="true" name="exitChatURL"
value="http://www.netdive.com" name="exitChatURLTarget"
value="_blank"
To configure a Button Applet to call a specific Agent directly, use the following parameters : name="fullName"
value="John Doe" name="agent"
value="john" name="infoText"
value="NetDIVE Inc.\nhttp://www.netdive.com/\nLeading in Internet based
live customer service (eCRM), communication, messaging and community building."> This is the text that will be displayed to the customer on the top of the Pop Up window which the customer has to complete in order to call your Agents. name="infoImage"
value="images/vz.jpg" The location of the photo of the Agent which is displayed in the same Pop Up winndow. name="userName"
value="sample_nickname" With this parameter you can explicitely specify the caller username. It should be used in case of dynamically generated page (JSP, Servlet, CGI...). This is an optional parameter. name="password"
value="secret" With this parameter you can explicitely specify the caller password, if necessary. It should be used in case of dynamically generated page (JSP, Servlet, CGI...). This is an optional parameter.
You can configure a CallSite Button to call a group of Agents instead of a single Agent. In this case, customers' calls are automatically routed to the next available Agent. While the CallSite system is looking for an available Agent, some images (ad banners) can be displayed to the customer. Use the following parameters to configure the Button Applet to call a group of Agents : name="group" value="netdive"
name="groupName" value="NetDIVE team"
name="groupMail" value="support@netdive.com"
While the CallSite system is looking for an available Agent, some images can be displayed to the customer. To specify the images to display while the customer is waiting, use the following parameters : name="waitImgSize" value="478x70" name="waitImg1" value="appletPict/ads/ad1.gif|3" Image names, location
and displaying duration in seconds.
To customize the look & feel of the buttons in the window that Pops Up when customer clicks on your CallSite call buttons, in which window you can ask customer such questions as their name, their company name, reason for their call, etc., you can use the following parameters : name="background" value="192:192:192" name="foreground"
value="0:0:0" name="buttonBorderStyle"
value="BIG_RELIEF"
name="chatWelcomeMsg"
value="Welcome to NetDIVE !!!\nwww.netdive.com" name="chatHelpMsg"
value="This message can be personalized.\nIt can have several lines." name="chatButtonColor" value="90:190:180" name="chatBgColor" value="90:190:180"
To customize the questions that are asked from the customer in the window that Pops Up when customer clicks on your CallSite call buttons, you can use the following parameters : name="withForm"
value="true" name="photo"
value="/callsite5/appletPict/photo.gif" name="resume"
value="Sales Manager" name="formComment"
value="Please enter the following information :" name="form1" value="TextField|name|Your name :" name="form2" value="TextField|email|Your email :" name="form3" value="TextField|company|Your company :" NOTE: You can specify as many form elements as you want (just increment them from 1 to n). Each
form value has to be specified as following : The possible form elements are :
An example : <PARAM NAME="FORM1"
VALUE="TextField|name|Your name :"> You can specify as many info elements as you want (incremented from 1 to n). |
|||||||||||||||||