-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (57 loc) · 3.83 KB
/
index.html
File metadata and controls
59 lines (57 loc) · 3.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>Welcome | Intro to Olark Chatbot</title>
<link rel="shortcut icon" href="C:\Users\doddm\Desktop\CS 290\olark.ico" />
<link rel="stylesheet" href="howto.css" type="text/css">
</head>
<body>
<div id="header">
<h1>Welcome!!</h1>
<ul>
<strong><li><a class="active" href="index.html">Home</a></li></strong>
<strong><li><a href="attentionGrabber.html">Attention Grabber</a></li></strong>
<strong><li><a href="appearance.html">Appearance</a></li></strong>
<strong><li><a href="greeter.html">Greet Your Users</a></li></strong>
<strong><li><a href="combined.html">All Together</a></li></strong>
</ul>
</div>
<div id="container">
<h3>Have You Ever...</h3>
<p>We've all been there before - stuck on hold in a seemingly endless
queue with that dreaded 800 number on the other line. You have
things on your to-do list much higher than sitting on hold for 20
minutes. Plus you're not really sure you'll talk to a person once
the wait is over. The thing is, you really need some information
about what that extended warranty covers, or perhaps you need some
technical support. That's where handy tools like Olark Chatbot comes
in to play! Olark provides a live chat tool that can be integrated with
any website, and allows for direct, live interaction with customers. This
poses less risk to a customer than calling an 800 number, and less risk means better
customer relations, which means a more successful business! Here we
will discuss the Olark JavaScript API, and some fun and unique ways in
which you can integrate it with your page. <em><a href="attentionGrabber.html">Let's get started!</a></em></p>
</div>
<img id="img" src="olark.png">
<!-- begin olark code -->
<script data-cfasync="false" type='text/javascript'>/*<![CDATA[*/window.olark||(function(c){var f=window,d=document,l=f.location.protocol=="https:"?"https:":"http:",z=c.name,r="load";var nt=function(){
f[z]=function(){
(a.s=a.s||[]).push(arguments)};var a=f[z]._={
},q=c.methods.length;while(q--){(function(n){f[z][n]=function(){
f[z]("call",n,arguments)}})(c.methods[q])}a.l=c.loader;a.i=nt;a.p={
0:+new Date};a.P=function(u){
a.p[u]=new Date-a.p[0]};function s(){
a.P(r);f[z](r)}f.addEventListener?f.addEventListener(r,s,false):f.attachEvent("on"+r,s);var ld=function(){function p(hd){
hd="head";return["<",hd,"></",hd,"><",i,' onl' + 'oad="var d=',g,";d.getElementsByTagName('head')[0].",j,"(d.",h,"('script')).",k,"='",l,"//",a.l,"'",'"',"></",i,">"].join("")}var i="body",m=d[i];if(!m){
return setTimeout(ld,100)}a.P(1);var j="appendChild",h="createElement",k="src",n=d[h]("div"),v=n[j](d[h](z)),b=d[h]("iframe"),g="document",e="domain",o;n.style.display="none";m.insertBefore(n,m.firstChild).id=z;b.frameBorder="0";b.id=z+"-loader";if(/MSIE[ ]+6/.test(navigator.userAgent)){
b.src="javascript:false"}b.allowTransparency="true";v[j](b);try{
b.contentWindow[g].open()}catch(w){
c[e]=d[e];o="javascript:var d="+g+".open();d.domain='"+d.domain+"';";b[k]=o+"void(0);"}try{
var t=b.contentWindow[g];t.write(p());t.close()}catch(x){
b[k]=o+'d.write("'+p().replace(/"/g,String.fromCharCode(92)+'"')+'");d.close();'}a.P(2)};ld()};nt()})({
loader: "static.olark.com/jsclient/loader0.js",name:"olark",methods:["configure","extend","declare","identify"]});
/* custom configuration goes here (www.olark.com/documentation) */
olark.identify('6854-997-10-1606');/*]]>*/</script><noscript><a href="https://www.olark.com/site/6854-997-10-1606/contact" title="Contact us" target="_blank">Questions? Feedback?</a> powered by <a href="http://www.olark.com?welcome" title="Olark live chat software">Olark live chat software</a></noscript>
<!-- end olark code -->
</body>
</html>