I saved a HTML document when the CC window whited out. The document shows no chat messages at all, although CSS is saved correctly. This indicates a file handle issue, and/or if WebX is saving the document itself, an issue with the object.
Here's the codes:
HTML Code:
<html>
<head>
<title>Click Converse: Saved Transcript</title>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<style type="text/css"> html {height: 100%;}
body {font-family: verdana; font-size: 12px; margin: 5px; background-color: rgb(255,255,255); color: rgb(0,0,0);}
.lineCont {display: block; clear: both;width: 100%; vertical-align: middle;}
.lineHead {display: block; float: left; padding: 1px 0px 0px 0px; vertical-align: bottom;}
.lineMsg {display: block; width: 100%; word-wrap: break-word; padding: 1px 3px 0px 0px; vertical-align: bottom;}
.textNote {color: rgb(136,0,0);}
.textError {color: rgb(255,0,0);}
.textEvent {color: rgb(64,153,46);}
.textPM {color: rgb(11,10,245);}
.textME {color: rgb(111,32,189);}
.userName {color: rgb(0,0,0); font-weight: bold;}
.textModNote {color: rgb(255,0,0); border: 1px dashed #223344;}
.textNEN {display: block; background-color: #ffdddd; color: #000000;}
.inlineLink {color: rgb(50,40,255);}
.inlineLink:hover {color: rgb(0,255,0);}
img.inlineBullet {vertical-align: top; margin-right: 1px;}
.emoticonCase {position: absolute; height: 14px; width: 18px; vertical-align: top;}
.emoticonPush {display: inline; width: 20px; margin-right: 5px;}
img.emoticon {vertical-align: middle; margin: 2px;}
</style>
</head>
<body></body>
</html>